@ai-sdk/provider 2.1.0-beta.3 → 2.1.0-beta.5
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 +14 -0
- package/dist/index.d.mts +419 -56
- package/dist/index.d.ts +419 -56
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# @ai-sdk/provider
|
2
2
|
|
3
|
+
## 2.1.0-beta.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 046aa3b: feat(provider): speech model v3 spec
|
8
|
+
- e8109d3: feat: tool execution approval
|
9
|
+
|
10
|
+
## 2.1.0-beta.4
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- 0adc679: feat(provider): shared spec v3
|
15
|
+
- 2b0caef: feat(provider): add preliminary provider executed tool results to language model specification
|
16
|
+
|
3
17
|
## 2.1.0-beta.3
|
4
18
|
|
5
19
|
### Patch Changes
|