Tests: add Gemini thoughtSignature for tool-call ids
This commit is contained in:
parent
2d54efe851
commit
8c1e6a82b2
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ describe("google-shared convertTools", () => {
|
|||
id: "call_1",
|
||||
name: "myTool",
|
||||
arguments: { arg: "value" },
|
||||
thoughtSignature: "dGVzdA==",
|
||||
},
|
||||
],
|
||||
api: "google-gemini-cli",
|
||||
|
|
|
|||
Loading…
Reference in a new issue