From 8c1e6a82b2ba5628cfeacc9ff7a17297763ebbbb Mon Sep 17 00:00:00 2001 From: George Pickett Date: Wed, 14 Jan 2026 17:10:02 -0800 Subject: [PATCH] Tests: add Gemini thoughtSignature for tool-call ids --- ...le-shared.ensures-function-call-comes-after-user-turn.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/google-shared.ensures-function-call-comes-after-user-turn.test.ts b/src/providers/google-shared.ensures-function-call-comes-after-user-turn.test.ts index b76281c1b..c8d6a604f 100644 --- a/src/providers/google-shared.ensures-function-call-comes-after-user-turn.test.ts +++ b/src/providers/google-shared.ensures-function-call-comes-after-user-turn.test.ts @@ -130,6 +130,7 @@ describe("google-shared convertTools", () => { id: "call_1", name: "myTool", arguments: { arg: "value" }, + thoughtSignature: "dGVzdA==", }, ], api: "google-gemini-cli",