github vercel/ai @ai-sdk/groq@3.0.49

latest releases: @ai-sdk/xai@3.0.104, @ai-sdk/vue@3.0.221, @ai-sdk/voyage@1.0.14...
one hour ago

Patch Changes

  • bef93ae: fix(security): prevent streaming tool calls from finalizing on parsable partial JSON

    Streaming tool call arguments were finalized using isParsableJson() as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs in flush() after the stream is fully consumed.

  • 327642b: fix: more precise default message for tool execution denial

  • Updated dependencies [d559de9]

    • @ai-sdk/provider-utils@4.0.37

Don't miss a new ai release

NewReleases is sending notifications on new releases.