Ido Pesok
Ido Pesok
#1065 take 2 It seems the `ToolCallPayload` was improperly typed as `{ arguments: Record }` when it should have extended `{ arguments: string }`. Per OpenAI docs, you must JSON.parse...
#1065 Take 3 #1065 was reverted in #1080 due to a bug where the `toolCallPayload.func.arguments` were a string rather than a Record. In #1113 this behavior was fixed so now...
## Proposal Use [ai-actions](https://ade.energize.ai) to store the tools. ## Benefits - No huge functions object in `render`. Split up tools like you would split up components. - Only define types...
### Description AI sdk is not using the bedrock library underneath, not fetch, so the abort signal is not forwarded ### Code example ```ts import { streamText } from "ai";...