ai 5.0.0-beta.30 → 5.0.0-beta.31
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 +13 -0
- package/dist/bin/ai.min.js +18 -18
- package/dist/index.d.mts +100 -37
- package/dist/index.d.ts +100 -37
- package/dist/index.js +64 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +64 -9
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.31
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 6622441: feat (ai): add static/dynamic toolCalls/toolResults helpers
|
8
|
+
- ced8eee: feat(ai): re-export zodSchema from main package
|
9
|
+
- cee64b2: fix(otel): change back toolCall attributes of input/output back to args/result for compatibility
|
10
|
+
- ee38081: Add support for audio/webm to detect-media-type
|
11
|
+
- dd5fd43: feat (ai): support dynamic tools in Chat onToolCall
|
12
|
+
- Updated dependencies [dd5fd43]
|
13
|
+
- @ai-sdk/provider-utils@3.0.0-beta.8
|
14
|
+
- @ai-sdk/gateway@1.0.0-beta.17
|
15
|
+
|
3
16
|
## 5.0.0-beta.30
|
4
17
|
|
5
18
|
### Patch Changes
|