ai 5.0.0-canary.6 → 5.0.0-canary.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 +20 -0
- package/dist/index.d.mts +166 -446
- package/dist/index.d.ts +166 -446
- package/dist/index.js +283 -297
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +203 -217
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +259 -311
- package/dist/internal/index.d.ts +259 -311
- package/dist/internal/index.js +139 -155
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +129 -145
- package/dist/internal/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-canary.7
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 6fba4c7: chore (ai): remove deprecated experimental_providerMetadata
|
8
|
+
- 1766ede: chore: rename maxTokens to maxOutputTokens
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- 0b78e17: chore(ai/generateObject): simplify function signature
|
13
|
+
- 3e3b9df: fix (ai/mcp): better support for zero-argument MCP tools
|
14
|
+
- f10304b: feat(tool-calling): don't require the user to have to pass parameters
|
15
|
+
- Updated dependencies [411e483]
|
16
|
+
- Updated dependencies [79457bd]
|
17
|
+
- Updated dependencies [ad80501]
|
18
|
+
- Updated dependencies [1766ede]
|
19
|
+
- Updated dependencies [f10304b]
|
20
|
+
- @ai-sdk/provider@2.0.0-canary.5
|
21
|
+
- @ai-sdk/provider-utils@3.0.0-canary.6
|
22
|
+
|
3
23
|
## 5.0.0-canary.6
|
4
24
|
|
5
25
|
### Patch Changes
|