Tests: add Gemini thoughtSignature for tool-call ids

This commit is contained in:
George Pickett
2026-01-14 17:10:02 -08:00
committed by Peter Steinberger
parent 2d54efe851
commit 8c1e6a82b2

View File

@@ -130,6 +130,7 @@ describe("google-shared convertTools", () => {
id: "call_1",
name: "myTool",
arguments: { arg: "value" },
thoughtSignature: "dGVzdA==",
},
],
api: "google-gemini-cli",