ai 5.0.0-beta.30 → 5.0.0-beta.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.32
4
+
5
+ ### Patch Changes
6
+
7
+ - bc24722: feat (ai): Add finishReason as a promise on StreamObjectResult to match StreamTextResult
8
+ - 13b4f46: feat (ai): export experimental MCPClient and MCPClientConfig interfaces
9
+ - 56c232b: fix (ai): remove outdated sendStart jsdoc
10
+
11
+ ## 5.0.0-beta.31
12
+
13
+ ### Patch Changes
14
+
15
+ - 6622441: feat (ai): add static/dynamic toolCalls/toolResults helpers
16
+ - ced8eee: feat(ai): re-export zodSchema from main package
17
+ - cee64b2: fix(otel): change back toolCall attributes of input/output back to args/result for compatibility
18
+ - ee38081: Add support for audio/webm to detect-media-type
19
+ - dd5fd43: feat (ai): support dynamic tools in Chat onToolCall
20
+ - Updated dependencies [dd5fd43]
21
+ - @ai-sdk/provider-utils@3.0.0-beta.8
22
+ - @ai-sdk/gateway@1.0.0-beta.17
23
+
3
24
  ## 5.0.0-beta.30
4
25
 
5
26
  ### Patch Changes