@ai-sdk/provider-utils 3.0.0-alpha.9 → 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 +129 -0
- package/dist/index.d.mts +494 -101
- package/dist/index.d.ts +494 -101
- package/dist/index.js +187 -178
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +162 -153
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,134 @@
|
|
1
1
|
# @ai-sdk/provider-utils
|
2
2
|
|
3
|
+
## 3.0.0-beta.10
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 88a8ee5: fix (ai): support abort during retry waits
|
8
|
+
|
9
|
+
## 3.0.0-beta.9
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- Updated dependencies [27deb4d]
|
14
|
+
- @ai-sdk/provider@2.0.0-beta.2
|
15
|
+
|
16
|
+
## 3.0.0-beta.8
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- dd5fd43: feat (ai): support dynamic tools in Chat onToolCall
|
21
|
+
|
22
|
+
## 3.0.0-beta.7
|
23
|
+
|
24
|
+
### Patch Changes
|
25
|
+
|
26
|
+
- e7fcc86: feat (ai): introduce dynamic tools
|
27
|
+
|
28
|
+
## 3.0.0-beta.6
|
29
|
+
|
30
|
+
### Patch Changes
|
31
|
+
|
32
|
+
- ac34802: Add clear object function to StructuredObject
|
33
|
+
|
34
|
+
## 3.0.0-beta.5
|
35
|
+
|
36
|
+
### Patch Changes
|
37
|
+
|
38
|
+
- 57edfcb: Adds support for async zod validators
|
39
|
+
- 383cbfa: feat (ai): add isAborted to onFinish callback for ui message streams
|
40
|
+
|
41
|
+
## 3.0.0-beta.4
|
42
|
+
|
43
|
+
### Patch Changes
|
44
|
+
|
45
|
+
- 205077b: fix: improve Zod compatibility
|
46
|
+
|
47
|
+
## 3.0.0-beta.3
|
48
|
+
|
49
|
+
### Patch Changes
|
50
|
+
|
51
|
+
- 05d2819: feat: allow zod 4.x as peer dependency
|
52
|
+
|
53
|
+
## 3.0.0-beta.2
|
54
|
+
|
55
|
+
### Patch Changes
|
56
|
+
|
57
|
+
- 0571b98: chore (provider-utils): update eventsource-parser to 3.0.3
|
58
|
+
- 39a4fab: fix (provider-utils): detect failed fetch in browser environments
|
59
|
+
- d1a034f: feature: using Zod 4 for internal stuff
|
60
|
+
|
61
|
+
## 3.0.0-beta.1
|
62
|
+
|
63
|
+
### Major Changes
|
64
|
+
|
65
|
+
- e025824: refactoring (ai): restructure provider-defined tools
|
66
|
+
- 71f938d: feat (ai): add output schema for tools
|
67
|
+
|
68
|
+
### Patch Changes
|
69
|
+
|
70
|
+
- 45c1ea2: refactoring: introduce FlexibleSchema
|
71
|
+
- bfdca8d: feat (ai): add InferToolInput and InferToolOutput helpers
|
72
|
+
- 28a5ed5: refactoring: move tools helper into provider-utils
|
73
|
+
- Updated dependencies [742b7be]
|
74
|
+
- Updated dependencies [7cddb72]
|
75
|
+
- Updated dependencies [ccce59b]
|
76
|
+
- Updated dependencies [e2b9e4b]
|
77
|
+
- Updated dependencies [0d06df6]
|
78
|
+
- Updated dependencies [472524a]
|
79
|
+
- Updated dependencies [dd3ff01]
|
80
|
+
- Updated dependencies [7435eb5]
|
81
|
+
- Updated dependencies [cb68df0]
|
82
|
+
- Updated dependencies [44f4aba]
|
83
|
+
- Updated dependencies [023ba40]
|
84
|
+
- Updated dependencies [5e57fae]
|
85
|
+
- @ai-sdk/provider@2.0.0-beta.1
|
86
|
+
|
87
|
+
## 3.0.0-alpha.15
|
88
|
+
|
89
|
+
### Patch Changes
|
90
|
+
|
91
|
+
- 8ba77a7: chore (provider-utils): use eventsource-parser library
|
92
|
+
- Updated dependencies [48d257a]
|
93
|
+
- @ai-sdk/provider@2.0.0-alpha.15
|
94
|
+
|
95
|
+
## 3.0.0-alpha.14
|
96
|
+
|
97
|
+
### Patch Changes
|
98
|
+
|
99
|
+
- Updated dependencies [b5da06a]
|
100
|
+
- Updated dependencies [63f9e9b]
|
101
|
+
- Updated dependencies [2e13791]
|
102
|
+
- @ai-sdk/provider@2.0.0-alpha.14
|
103
|
+
|
104
|
+
## 3.0.0-alpha.13
|
105
|
+
|
106
|
+
### Patch Changes
|
107
|
+
|
108
|
+
- Updated dependencies [68ecf2f]
|
109
|
+
- @ai-sdk/provider@2.0.0-alpha.13
|
110
|
+
|
111
|
+
## 3.0.0-alpha.12
|
112
|
+
|
113
|
+
### Patch Changes
|
114
|
+
|
115
|
+
- Updated dependencies [e2aceaf]
|
116
|
+
- @ai-sdk/provider@2.0.0-alpha.12
|
117
|
+
|
118
|
+
## 3.0.0-alpha.11
|
119
|
+
|
120
|
+
### Patch Changes
|
121
|
+
|
122
|
+
- Updated dependencies [c1e6647]
|
123
|
+
- @ai-sdk/provider@2.0.0-alpha.11
|
124
|
+
|
125
|
+
## 3.0.0-alpha.10
|
126
|
+
|
127
|
+
### Patch Changes
|
128
|
+
|
129
|
+
- Updated dependencies [c4df419]
|
130
|
+
- @ai-sdk/provider@2.0.0-alpha.10
|
131
|
+
|
3
132
|
## 3.0.0-alpha.9
|
4
133
|
|
5
134
|
### Patch Changes
|