test: use gemini 3.1 in live switch · openclaw/openclaw@a0459cd
steipete
·
2026-05-08
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -10,7 +10,7 @@ const LIVE = isLiveTestEnabled(["GEMINI_LIVE_TEST"]);
|
10 | 10 | const describeLive = LIVE && GEMINI_KEY ? describe : describe.skip; |
11 | 11 | |
12 | 12 | describeLive("gemini live switch", () => { |
13 | | -const googleModels = ["gemini-3-pro-preview", "gemini-2.5-pro"] as const; |
| 13 | +const googleModels = ["gemini-3.1-pro-preview", "gemini-2.5-pro"] as const; |
14 | 14 | |
15 | 15 | for (const modelId of googleModels) { |
16 | 16 | it(`handles unsigned tool calls from Antigravity when switching to ${modelId}`, async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。