Skip to content

@voltagent/ag-ui@1.0.6

Latest

Choose a tag to compare

@voltagent-bot voltagent-bot released this 16 Mar 21:12
· 1 commit to main since this release
e1958fb

Patch Changes

  • #1149 19c4fcf Thanks @corners99! - fix: use input instead of args for tool-call parts in message conversion

    When converting CopilotKit assistant messages with tool calls to VoltAgent format,
    the adapter was setting args on tool-call parts. The AI SDK's ToolCallPart
    interface expects input, causing the Anthropic provider to send undefined as
    the tool_use input — rejected by the API with:

    "messages.N.content.N.tool_use.input: Input should be a valid dictionary"