Tests: add Gemini thoughtSignature for tool-call ids
parent
2d54efe851
commit
8c1e6a82b2
|
|
@ -130,6 +130,7 @@ describe("google-shared convertTools", () => {
|
||||||
id: "call_1",
|
id: "call_1",
|
||||||
name: "myTool",
|
name: "myTool",
|
||||||
arguments: { arg: "value" },
|
arguments: { arg: "value" },
|
||||||
|
thoughtSignature: "dGVzdA==",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
api: "google-gemini-cli",
|
api: "google-gemini-cli",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue