fix: restore CI checks after #23012 (thanks @druide67)

This commit is contained in:
Peter Steinberger
2026-02-22 00:15:44 +01:00
parent 1ef30b82b2
commit 780bbbd062
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ const LIVE = isTruthyEnvValue(process.env.GEMINI_LIVE_TEST) || isTruthyEnvValue(
const describeLive = LIVE && GEMINI_KEY ? describe : describe.skip;
describeLive("gemini live switch", () => {
const googleModels = ["gemini-3-pro-preview", "gemini-3.1-pro-preview"] as const;
const googleModels = ["gemini-3-pro-preview", "gemini-2.5-pro"] as const;
for (const modelId of googleModels) {
it(`handles unsigned tool calls from Antigravity when switching to ${modelId}`, async () => {