Skip to content

workers-ai-provider@3.1.11

Choose a tag to compare

@github-actions github-actions released this 15 Apr 21:05
· 48 commits to main since this release
295ffc9

Patch Changes

  • #494 ed6112a Thanks @threepointone! - Emit tool-input-end and tool-call events eagerly when streaming multiple tool calls, instead of deferring all of them to stream close. Previously, all tool calls appeared "in progress" simultaneously because tool-input-end was only emitted in flush(). Now each tool call is closed as soon as the next one starts or a null finalization chunk is received, matching the behavior of other AI SDK providers.