@ai-sdk/provider 2.1.0-beta.4 → 3.0.0-beta.10
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 +37 -0
- package/dist/index.d.mts +495 -33
- package/dist/index.d.ts +495 -33
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @ai-sdk/provider
|
|
2
2
|
|
|
3
|
+
## 3.0.0-beta.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0c3b58b: fix(provider): add specificationVersion to ProviderV3
|
|
8
|
+
|
|
9
|
+
## 3.0.0-beta.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a755db5: feat(provider): Add SharedV3Warning type
|
|
14
|
+
|
|
15
|
+
## 3.0.0-beta.8
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 3794514: feat: flexible tool output content support
|
|
20
|
+
|
|
21
|
+
## 3.0.0-beta.7
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 81d4308: feat: provider-executed dynamic tools
|
|
26
|
+
|
|
27
|
+
## 3.0.0-beta.6
|
|
28
|
+
|
|
29
|
+
### Major Changes
|
|
30
|
+
|
|
31
|
+
- dee8b05: ai SDK 6 beta
|
|
32
|
+
|
|
33
|
+
## 2.1.0-beta.5
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- 046aa3b: feat(provider): speech model v3 spec
|
|
38
|
+
- e8109d3: feat: tool execution approval
|
|
39
|
+
|
|
3
40
|
## 2.1.0-beta.4
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|