ShadowWalker2014

Results 3 comments of ShadowWalker2014

It is just normal usage of the streamText() call with tools for me. Doesn't happen all the time so really can't give you something you can reliably reproduce. But it...

@gr2m @lgrammel here is a code snippet that provides the settings, how it helps you reproduce and see why: ```ts import { streamText } from 'ai'; // Minimal reproduction example...

I traced back the error to incorrect tool call (tool call fixing) step: ``` {"output":{"type":"error-text","value":"Invalid input for tool write_todo: Type validation failed: Value: {\"merge\":true,\"todos\":[{\"id\":\"export-1\",\"status\":\"completed\"},{\"id\":\"export-2\",\"status\":\"completed\"},{\"id\":\"export-3\",\"status\":\"in_progress\"}]}.\nError message: [\n {\n \"code\": \"invalid_type\",\n \"expected\":...