ai 5.0.0-alpha.5 → 5.0.0-alpha.7
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 +275 -435
- package/dist/index.d.ts +275 -435
- package/dist/index.js +481 -593
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +481 -583
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,32 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-alpha.7
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- db345da: chore (ai): remove exports of internal ui functions
|
8
|
+
- 247ee0c: chore (ai): remove steps from tool invocation ui parts
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- 9b0da33: fix (ai): do not send id with start unless specified
|
13
|
+
- Updated dependencies [5c56081]
|
14
|
+
- @ai-sdk/provider@2.0.0-alpha.7
|
15
|
+
- @ai-sdk/gateway@1.0.0-alpha.7
|
16
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.7
|
17
|
+
|
18
|
+
## 5.0.0-alpha.6
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- 0d2c085: feat (ai): support string model ids through gateway
|
23
|
+
- 48a7606: feat (ai): support changing the system prompt in prepareSteps
|
24
|
+
- Updated dependencies [0d2c085]
|
25
|
+
- Updated dependencies [6c2c708]
|
26
|
+
- @ai-sdk/provider@2.0.0-alpha.6
|
27
|
+
- @ai-sdk/gateway@1.0.0-alpha.6
|
28
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.6
|
29
|
+
|
3
30
|
## 5.0.0-alpha.5
|
4
31
|
|
5
32
|
### Major Changes
|