ai 5.0.0-canary.13 → 5.0.0-canary.15
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 +30 -0
- package/dist/index.d.mts +133 -294
- package/dist/index.d.ts +133 -294
- package/dist/index.js +174 -242
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +121 -174
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +24 -65
- package/dist/internal/index.d.ts +24 -65
- package/dist/internal/index.js +10 -69
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +5 -50
- package/dist/internal/index.mjs.map +1 -1
- package/dist/test/index.d.mts +4 -3
- package/dist/test/index.d.ts +4 -3
- package/dist/test/index.js +5 -2
- package/dist/test/index.js.map +1 -1
- package/dist/test/index.mjs +5 -2
- package/dist/test/index.mjs.map +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,35 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-canary.15
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 4bfe9ec: chore (ai): remove ui message reasoning property
|
8
|
+
- 2877a74: chore (ai): remove ui message data property
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- d9209ca: fix (image-model): `specificationVersion: v1` -> `v2`
|
13
|
+
- ea27cc6: chore (ai): use JSONValue definition from provider
|
14
|
+
- 0ff02bb: chore(provider-utils): move over jsonSchema
|
15
|
+
- Updated dependencies [7b3ae3f]
|
16
|
+
- Updated dependencies [0ff02bb]
|
17
|
+
- @ai-sdk/provider@2.0.0-canary.12
|
18
|
+
- @ai-sdk/provider-utils@3.0.0-canary.13
|
19
|
+
|
20
|
+
## 5.0.0-canary.14
|
21
|
+
|
22
|
+
### Patch Changes
|
23
|
+
|
24
|
+
- 9bf7291: chore(providers/openai): enable structuredOutputs by default & switch to provider option
|
25
|
+
- 4617fab: chore(embedding-models): remove remaining settings
|
26
|
+
- a76a62b: feat (ai): add experimental prepareStep callback to generateText
|
27
|
+
- Updated dependencies [9bf7291]
|
28
|
+
- Updated dependencies [4617fab]
|
29
|
+
- Updated dependencies [e030615]
|
30
|
+
- @ai-sdk/provider@2.0.0-canary.11
|
31
|
+
- @ai-sdk/provider-utils@3.0.0-canary.12
|
32
|
+
|
3
33
|
## 5.0.0-canary.13
|
4
34
|
|
5
35
|
### Patch Changes
|