chore: Fix types in tests 43/N.

This commit is contained in:
cpojer
2026-02-17 15:48:44 +09:00
parent 7d2ef131c1
commit 688f86bf28
18 changed files with 81 additions and 84 deletions

View File

@@ -21,7 +21,7 @@ describe("sanitizeSessionHistory openai tool id preservation", () => {
{
role: "assistant",
content: [{ type: "toolCall", id: "call_123|fc_123", name: "noop", arguments: {} }],
},
} as unknown as AgentMessage,
{
role: "toolResult",
toolCallId: "call_123|fc_123",