test(core): align tool architecture expectations

This commit is contained in:
Aiden Cline 2026-07-26 23:36:54 -05:00
commit e64d2c0bcc
6 changed files with 29 additions and 152 deletions

View file

@ -346,7 +346,6 @@ describe("fromPromise", () => {
call: { type: "tool-call", id: "call_promise_tool", name: "hello", input: { name: "world" } },
}),
).toMatchObject({
status: "completed",
output: "Hello, world!",
content: [{ type: "text", text: "Hello, world!" }],
})