·
1 commit
to main
since this release
Patch Changes
-
#1149
19c4fcfThanks @corners99! - fix: useinputinstead ofargsfor tool-call parts in message conversionWhen converting CopilotKit assistant messages with tool calls to VoltAgent format,
the adapter was settingargson tool-call parts. The AI SDK'sToolCallPart
interface expectsinput, causing the Anthropic provider to sendundefinedas
the tool_use input — rejected by the API with:"messages.N.content.N.tool_use.input: Input should be a valid dictionary"