ai 5.0.0-alpha.10 → 5.0.0-alpha.12
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 +27 -0
- package/dist/index.d.mts +1935 -1897
- package/dist/index.d.ts +1935 -1897
- package/dist/index.js +255 -187
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +252 -184
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +22 -3
- package/dist/internal/index.d.ts +22 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-alpha.12
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 4892798: chore (ai): always stream tool calls
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- da1e6f0: feat (ui): add generics to ui message stream parts
|
12
|
+
- Updated dependencies [e2aceaf]
|
13
|
+
- @ai-sdk/gateway@1.0.0-alpha.12
|
14
|
+
- @ai-sdk/provider@2.0.0-alpha.12
|
15
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.12
|
16
|
+
|
17
|
+
## 5.0.0-alpha.11
|
18
|
+
|
19
|
+
### Major Changes
|
20
|
+
|
21
|
+
- e8324c5: feat (ai): add args callbacks to tools
|
22
|
+
|
23
|
+
### Patch Changes
|
24
|
+
|
25
|
+
- Updated dependencies [c1e6647]
|
26
|
+
- @ai-sdk/provider@2.0.0-alpha.11
|
27
|
+
- @ai-sdk/gateway@1.0.0-alpha.11
|
28
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.11
|
29
|
+
|
3
30
|
## 5.0.0-alpha.10
|
4
31
|
|
5
32
|
### Major Changes
|