test: fix

pull/8049/head
Aiden Cline 2026-01-12 12:33:39 -06:00
parent 2e9c22d911
commit d527ceeb2b
1 changed files with 2 additions and 0 deletions

View File

@ -298,6 +298,7 @@ describe("session.message-v2.toModelMessage", () => {
toolCallId: "call-1",
toolName: "bash",
output: { type: "text", value: "ok" },
providerOptions: { openai: { tool: "meta" } },
},
],
},
@ -433,6 +434,7 @@ describe("session.message-v2.toModelMessage", () => {
toolCallId: "call-1",
toolName: "bash",
output: { type: "error-text", value: "nope" },
providerOptions: { openai: { tool: "meta" } },
},
],
},