You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/workers-ai-provider/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# workers-ai-provider
2
2
3
+
## 3.1.11
4
+
5
+
### Patch Changes
6
+
7
+
-[#494](https://github.com/cloudflare/ai/pull/494)[`ed6112a`](https://github.com/cloudflare/ai/commit/ed6112a7938ea3b9136876edb6830f3f1138d2b4) Thanks [@threepointone](https://github.com/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.
0 commit comments