@ai-sdk/provider-utils 3.0.0-alpha.9 → 3.0.0-beta.2
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 +79 -0
- package/dist/index.d.mts +465 -100
- package/dist/index.d.ts +465 -100
- package/dist/index.js +154 -176
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +130 -151
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,84 @@
|
|
1
1
|
# @ai-sdk/provider-utils
|
2
2
|
|
3
|
+
## 3.0.0-beta.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 0571b98: chore (provider-utils): update eventsource-parser to 3.0.3
|
8
|
+
- 39a4fab: fix (provider-utils): detect failed fetch in browser environments
|
9
|
+
- d1a034f: feature: using Zod 4 for internal stuff
|
10
|
+
|
11
|
+
## 3.0.0-beta.1
|
12
|
+
|
13
|
+
### Major Changes
|
14
|
+
|
15
|
+
- e025824: refactoring (ai): restructure provider-defined tools
|
16
|
+
- 71f938d: feat (ai): add output schema for tools
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- 45c1ea2: refactoring: introduce FlexibleSchema
|
21
|
+
- bfdca8d: feat (ai): add InferToolInput and InferToolOutput helpers
|
22
|
+
- 28a5ed5: refactoring: move tools helper into provider-utils
|
23
|
+
- Updated dependencies [742b7be]
|
24
|
+
- Updated dependencies [7cddb72]
|
25
|
+
- Updated dependencies [ccce59b]
|
26
|
+
- Updated dependencies [e2b9e4b]
|
27
|
+
- Updated dependencies [0d06df6]
|
28
|
+
- Updated dependencies [472524a]
|
29
|
+
- Updated dependencies [dd3ff01]
|
30
|
+
- Updated dependencies [7435eb5]
|
31
|
+
- Updated dependencies [cb68df0]
|
32
|
+
- Updated dependencies [44f4aba]
|
33
|
+
- Updated dependencies [023ba40]
|
34
|
+
- Updated dependencies [5e57fae]
|
35
|
+
- @ai-sdk/provider@2.0.0-beta.1
|
36
|
+
|
37
|
+
## 3.0.0-alpha.15
|
38
|
+
|
39
|
+
### Patch Changes
|
40
|
+
|
41
|
+
- 8ba77a7: chore (provider-utils): use eventsource-parser library
|
42
|
+
- Updated dependencies [48d257a]
|
43
|
+
- @ai-sdk/provider@2.0.0-alpha.15
|
44
|
+
|
45
|
+
## 3.0.0-alpha.14
|
46
|
+
|
47
|
+
### Patch Changes
|
48
|
+
|
49
|
+
- Updated dependencies [b5da06a]
|
50
|
+
- Updated dependencies [63f9e9b]
|
51
|
+
- Updated dependencies [2e13791]
|
52
|
+
- @ai-sdk/provider@2.0.0-alpha.14
|
53
|
+
|
54
|
+
## 3.0.0-alpha.13
|
55
|
+
|
56
|
+
### Patch Changes
|
57
|
+
|
58
|
+
- Updated dependencies [68ecf2f]
|
59
|
+
- @ai-sdk/provider@2.0.0-alpha.13
|
60
|
+
|
61
|
+
## 3.0.0-alpha.12
|
62
|
+
|
63
|
+
### Patch Changes
|
64
|
+
|
65
|
+
- Updated dependencies [e2aceaf]
|
66
|
+
- @ai-sdk/provider@2.0.0-alpha.12
|
67
|
+
|
68
|
+
## 3.0.0-alpha.11
|
69
|
+
|
70
|
+
### Patch Changes
|
71
|
+
|
72
|
+
- Updated dependencies [c1e6647]
|
73
|
+
- @ai-sdk/provider@2.0.0-alpha.11
|
74
|
+
|
75
|
+
## 3.0.0-alpha.10
|
76
|
+
|
77
|
+
### Patch Changes
|
78
|
+
|
79
|
+
- Updated dependencies [c4df419]
|
80
|
+
- @ai-sdk/provider@2.0.0-alpha.10
|
81
|
+
|
3
82
|
## 3.0.0-alpha.9
|
4
83
|
|
5
84
|
### Patch Changes
|