mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 08:22:47 +00:00
chore: Fix types in tests 43/N.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user