fix: clean up 49 unused variables, catch params, and stale imports (#22695)
This commit is contained in:
@@ -1181,7 +1181,6 @@ describe("session.llm.stream", () => {
|
||||
const providerID = "google"
|
||||
const modelID = "gemini-2.5-flash"
|
||||
const fixture = await loadFixture(providerID, modelID)
|
||||
const provider = fixture.provider
|
||||
const model = fixture.model
|
||||
const pathSuffix = `/v1beta/models/${model.id}:streamGenerateContent`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user