test: fix
This commit is contained in:
@@ -298,6 +298,7 @@ describe("session.message-v2.toModelMessage", () => {
|
|||||||
toolCallId: "call-1",
|
toolCallId: "call-1",
|
||||||
toolName: "bash",
|
toolName: "bash",
|
||||||
output: { type: "text", value: "ok" },
|
output: { type: "text", value: "ok" },
|
||||||
|
providerOptions: { openai: { tool: "meta" } },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -433,6 +434,7 @@ describe("session.message-v2.toModelMessage", () => {
|
|||||||
toolCallId: "call-1",
|
toolCallId: "call-1",
|
||||||
toolName: "bash",
|
toolName: "bash",
|
||||||
output: { type: "error-text", value: "nope" },
|
output: { type: "error-text", value: "nope" },
|
||||||
|
providerOptions: { openai: { tool: "meta" } },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user