fix: drop unsigned gemini tool calls from history
This commit is contained in:
@@ -190,10 +190,6 @@ describe("sanitizeSessionHistory (google thinking)", () => {
|
||||
expect(assistant.content).toEqual([
|
||||
{ type: "text", text: "hello" },
|
||||
{ type: "text", text: "ok" },
|
||||
{
|
||||
type: "text",
|
||||
text: '[Tool Call: read (ID: call_1)]\nArguments: {\n "path": "/tmp/foo"\n}',
|
||||
},
|
||||
{
|
||||
type: "toolCall",
|
||||
id: "call_2",
|
||||
|
||||
Reference in New Issue
Block a user