mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 20:21:23 +00:00
test: fix CI failures in heartbeat and typing tests
This commit is contained in:
@@ -153,10 +153,7 @@ describeGeminiLive("pi embedded extra params (gemini live)", () => {
|
||||
}
|
||||
|
||||
it("sanitizes Gemini 3.1 thinking payload and keeps image parts with reasoning enabled", async () => {
|
||||
const model = getModel(
|
||||
"google",
|
||||
"gemini-3.1-pro-preview",
|
||||
) as unknown as Model<"google-generative-ai">;
|
||||
const model = getModel("google", "gemini-2.5-pro") as unknown as Model<"google-generative-ai">;
|
||||
|
||||
const agent = { streamFn: streamSimple };
|
||||
applyExtraParamsToAgent(agent, undefined, "google", model.id, undefined, "high");
|
||||
|
||||
Reference in New Issue
Block a user