@ai-sdk/otel 0.0.0-6b196531-20260710185421
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 +1252 -0
- package/LICENSE +13 -0
- package/README.md +119 -0
- package/dist/index.d.ts +169 -0
- package/dist/index.js +2500 -0
- package/dist/index.js.map +1 -0
- package/package.json +72 -0
- package/src/assemble-operation-name.ts +21 -0
- package/src/gen-ai-format-messages.ts +644 -0
- package/src/get-base-telemetry-attributes.ts +37 -0
- package/src/get-tracer.ts +20 -0
- package/src/index.ts +7 -0
- package/src/legacy-open-telemetry.ts +1163 -0
- package/src/mock-tracer.ts +156 -0
- package/src/noop-tracer.ts +69 -0
- package/src/open-telemetry.ts +1336 -0
- package/src/record-span.ts +74 -0
- package/src/sanitize-attribute-value.ts +53 -0
- package/src/select-attributes.ts +65 -0
- package/src/select-telemetry-attributes.ts +78 -0
- package/src/stringify-for-telemetry.ts +51 -0
- package/src/supplemental-attributes.ts +201 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1252 @@
|
|
|
1
|
+
# @ai-sdk/otel
|
|
2
|
+
|
|
3
|
+
## 0.0.0-6b196531-20260710185421
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [036463b]
|
|
8
|
+
- Updated dependencies [6b19653]
|
|
9
|
+
- ai@0.0.0-6b196531-20260710185421
|
|
10
|
+
|
|
11
|
+
## 1.0.20
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [b9ac19f]
|
|
16
|
+
- Updated dependencies [a4186d6]
|
|
17
|
+
- ai@7.0.20
|
|
18
|
+
|
|
19
|
+
## 1.0.19
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [be7f05a]
|
|
24
|
+
- Updated dependencies [ee55a07]
|
|
25
|
+
- Updated dependencies [aad737d]
|
|
26
|
+
- Updated dependencies [0f93c57]
|
|
27
|
+
- ai@7.0.19
|
|
28
|
+
- @ai-sdk/provider@4.0.3
|
|
29
|
+
|
|
30
|
+
## 1.0.18
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- ai@7.0.18
|
|
35
|
+
|
|
36
|
+
## 1.0.17
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- ai@7.0.17
|
|
41
|
+
|
|
42
|
+
## 1.0.16
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [a8f9b6d]
|
|
47
|
+
- ai@7.0.16
|
|
48
|
+
|
|
49
|
+
## 1.0.15
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- ai@7.0.15
|
|
54
|
+
|
|
55
|
+
## 1.0.14
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI `gpt-realtime-whisper` and xAI WebSocket STT.
|
|
60
|
+
- Updated dependencies [5c5c0f5]
|
|
61
|
+
- ai@7.0.14
|
|
62
|
+
- @ai-sdk/provider@4.0.2
|
|
63
|
+
|
|
64
|
+
## 1.0.13
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- ai@7.0.13
|
|
69
|
+
|
|
70
|
+
## 1.0.12
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Updated dependencies [ecfeb6f]
|
|
75
|
+
- Updated dependencies [a193137]
|
|
76
|
+
- ai@7.0.12
|
|
77
|
+
|
|
78
|
+
## 1.0.11
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- Updated dependencies [0a87626]
|
|
83
|
+
- ai@7.0.11
|
|
84
|
+
|
|
85
|
+
## 1.0.10
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [8c616f0]
|
|
90
|
+
- ai@7.0.10
|
|
91
|
+
|
|
92
|
+
## 1.0.9
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- ai@7.0.9
|
|
97
|
+
|
|
98
|
+
## 1.0.8
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- Updated dependencies [0274f34]
|
|
103
|
+
- @ai-sdk/provider@4.0.1
|
|
104
|
+
- ai@7.0.8
|
|
105
|
+
|
|
106
|
+
## 1.0.7
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- Updated dependencies [d598481]
|
|
111
|
+
- ai@7.0.7
|
|
112
|
+
|
|
113
|
+
## 1.0.6
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [989402d]
|
|
118
|
+
- ai@7.0.6
|
|
119
|
+
|
|
120
|
+
## 1.0.5
|
|
121
|
+
|
|
122
|
+
### Patch Changes
|
|
123
|
+
|
|
124
|
+
- Updated dependencies [a2750db]
|
|
125
|
+
- ai@7.0.5
|
|
126
|
+
|
|
127
|
+
## 1.0.4
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- ai@7.0.4
|
|
132
|
+
|
|
133
|
+
## 1.0.3
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- ai@7.0.3
|
|
138
|
+
|
|
139
|
+
## 1.0.2
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- ai@7.0.2
|
|
144
|
+
|
|
145
|
+
## 1.0.1
|
|
146
|
+
|
|
147
|
+
### Patch Changes
|
|
148
|
+
|
|
149
|
+
- ai@7.0.1
|
|
150
|
+
|
|
151
|
+
## 1.0.0
|
|
152
|
+
|
|
153
|
+
### Major Changes
|
|
154
|
+
|
|
155
|
+
- 6542d93: feat(ai): change naming nomenclature for `*TelemetryIntegration` to `*Telemetry`
|
|
156
|
+
- cf93359: feat(ai): remove/refactor event data sent via callbacks
|
|
157
|
+
- 8284dfa: feat(otel): rename OpenTelemetry to LegacyOpenTelemetry
|
|
158
|
+
- ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
|
|
159
|
+
- 116c89f: feat(ai): remove telemetry data from the user-facing event data
|
|
160
|
+
- b3c9f6a: feat(ai): create new opentelemetry package (@ai-sdk/otel)
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- b94d22f: Sanitize OpenTelemetry span array attributes so they no longer emit invalid OTLP values (arrays containing `undefined`/`null`/objects, or arrays mixing primitive types). Such values previously failed telemetry ingestion with `deserializing message invalid value: map, expected map with a single key` and flooded function logs with errors.
|
|
165
|
+
- 19736ee: feat(ai): rename onStepFinish to onStepEnd
|
|
166
|
+
- 4757690: feat(ai): rename onObjectStepFinish to onObjectStepEnd
|
|
167
|
+
- 382d53b: refactoring: rename context to runtimeContext
|
|
168
|
+
- 7bf7d7f: feat(ai): enable:true for telemetry by default
|
|
169
|
+
- c025d60: feat(otel): add option for custom span attributes
|
|
170
|
+
- 1db29c8: feat(ai): break `CallSettings` apart into `LanguageModelCallOptions` and `RequestOptions`
|
|
171
|
+
- eea8d98: refactoring: rename tool execution events
|
|
172
|
+
- 5d0f18e: feat(ai): move opentelemetry to new package
|
|
173
|
+
- 1582efa: chore(ai): remove the metadata field from the telemetry settings
|
|
174
|
+
- 98627e5: feat(ai): remove onChunk event from telemetry
|
|
175
|
+
- 9f0e36c: trigger release for all packages after provenance setup
|
|
176
|
+
- 1e200eb: fix(otel): ensure nested context object creates separate attribute
|
|
177
|
+
- 29d8cf4: feat(ai): rename the core-event types
|
|
178
|
+
- 18651f6: feat(otel): add opt-in options for supplemental AI SDK attributes on OpenTelemetry spans
|
|
179
|
+
- e4182bd: chore: rm export of OutputInterface
|
|
180
|
+
- 1043274: feat(ai): add a ModelCall start/end event
|
|
181
|
+
- 476e1ca: feat(ai): remove telemetry dependency on onChunk callback
|
|
182
|
+
- 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
|
|
183
|
+
- 594029e: feat(ai): wrap the model call in telemetry context
|
|
184
|
+
- eaf849f: Rename rerank telemetry finish callback to `onRerankEnd`.
|
|
185
|
+
- 0c4c275: trigger initial canary release
|
|
186
|
+
- fc15550: feat(otel): add the genAI semantic otel integration
|
|
187
|
+
- 9bd6512: feat(provider): change file part data property to be tagged with a type and remove the image part type
|
|
188
|
+
- 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
|
|
189
|
+
- 8565dcb: fix: rename onEmbedFinish to onEmbedEnd
|
|
190
|
+
- 152c67c: feat(otel): add a step level span
|
|
191
|
+
- e1bfb9c: feat(ai): remove unnecessary data from events
|
|
192
|
+
- 334ae5d: Update step performance metrics with explicit effective, input, output, and total token throughput fields.
|
|
193
|
+
- b8396f0: trigger initial beta release
|
|
194
|
+
- d5cac7c: feat(otel): emit performance metrics via gen ai semantics
|
|
195
|
+
- c3d4019: chore(ai): rename 'TelemetrySettings' to 'TelemetryOptions'
|
|
196
|
+
- e92fc45: feat(ai): introduce onAbort hook to close telemetry spans
|
|
197
|
+
- 083947b: feat(ai): separate toolsContext from context
|
|
198
|
+
- 64de016: feat(otel): rename GenAIOpenTelemetry to OpenTelemetry
|
|
199
|
+
- 90e2d8a: chore: fix unused vars not being flagged by our lint tooling
|
|
200
|
+
|
|
201
|
+
## 1.0.0-beta.133
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- ai@7.0.0-beta.187
|
|
206
|
+
|
|
207
|
+
## 1.0.0-beta.132
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- ai@7.0.0-beta.186
|
|
212
|
+
|
|
213
|
+
## 1.0.0-beta.131
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Updated dependencies [75763b0]
|
|
218
|
+
- ai@7.0.0-beta.185
|
|
219
|
+
|
|
220
|
+
## 1.0.0-beta.130
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- b94d22f: Sanitize OpenTelemetry span array attributes so they no longer emit invalid OTLP values (arrays containing `undefined`/`null`/objects, or arrays mixing primitive types). Such values previously failed telemetry ingestion with `deserializing message invalid value: map, expected map with a single key` and flooded function logs with errors.
|
|
225
|
+
- d5cac7c: feat(otel): emit performance metrics via gen ai semantics
|
|
226
|
+
- Updated dependencies [0416e3e]
|
|
227
|
+
- @ai-sdk/provider@4.0.0-beta.20
|
|
228
|
+
- ai@7.0.0-beta.184
|
|
229
|
+
|
|
230
|
+
## 1.0.0-beta.129
|
|
231
|
+
|
|
232
|
+
### Patch Changes
|
|
233
|
+
|
|
234
|
+
- ai@7.0.0-beta.183
|
|
235
|
+
|
|
236
|
+
## 1.0.0-beta.128
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [cc6ab90]
|
|
241
|
+
- ai@7.0.0-beta.182
|
|
242
|
+
|
|
243
|
+
## 1.0.0-beta.127
|
|
244
|
+
|
|
245
|
+
### Patch Changes
|
|
246
|
+
|
|
247
|
+
- Updated dependencies [6a2caf9]
|
|
248
|
+
- ai@7.0.0-beta.181
|
|
249
|
+
|
|
250
|
+
## 1.0.0-beta.126
|
|
251
|
+
|
|
252
|
+
### Patch Changes
|
|
253
|
+
|
|
254
|
+
- Updated dependencies [81a284b]
|
|
255
|
+
- ai@7.0.0-beta.180
|
|
256
|
+
|
|
257
|
+
## 1.0.0-beta.125
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- ai@7.0.0-beta.179
|
|
262
|
+
|
|
263
|
+
## 1.0.0-beta.124
|
|
264
|
+
|
|
265
|
+
### Patch Changes
|
|
266
|
+
|
|
267
|
+
- Updated dependencies [b097c52]
|
|
268
|
+
- ai@7.0.0-beta.178
|
|
269
|
+
|
|
270
|
+
## 1.0.0-beta.123
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- b8396f0: trigger initial beta release
|
|
275
|
+
- Updated dependencies [b8396f0]
|
|
276
|
+
- @ai-sdk/provider@4.0.0-beta.19
|
|
277
|
+
- ai@7.0.0-beta.177
|
|
278
|
+
|
|
279
|
+
## 1.0.0-canary.122
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- ai@7.0.0-canary.176
|
|
284
|
+
|
|
285
|
+
## 1.0.0-canary.121
|
|
286
|
+
|
|
287
|
+
### Patch Changes
|
|
288
|
+
|
|
289
|
+
- Updated dependencies [6ec57f5]
|
|
290
|
+
- ai@7.0.0-canary.175
|
|
291
|
+
|
|
292
|
+
## 1.0.0-canary.120
|
|
293
|
+
|
|
294
|
+
### Patch Changes
|
|
295
|
+
|
|
296
|
+
- ai@7.0.0-canary.174
|
|
297
|
+
|
|
298
|
+
## 1.0.0-canary.119
|
|
299
|
+
|
|
300
|
+
### Patch Changes
|
|
301
|
+
|
|
302
|
+
- ai@7.0.0-canary.173
|
|
303
|
+
|
|
304
|
+
## 1.0.0-canary.118
|
|
305
|
+
|
|
306
|
+
### Patch Changes
|
|
307
|
+
|
|
308
|
+
- Updated dependencies [25a64f8]
|
|
309
|
+
- Updated dependencies [375fdd7]
|
|
310
|
+
- Updated dependencies [f18b08f]
|
|
311
|
+
- Updated dependencies [b4507d5]
|
|
312
|
+
- ai@7.0.0-canary.172
|
|
313
|
+
|
|
314
|
+
## 1.0.0-canary.117
|
|
315
|
+
|
|
316
|
+
### Patch Changes
|
|
317
|
+
|
|
318
|
+
- Updated dependencies [89ad56f]
|
|
319
|
+
- Updated dependencies [f9a496f]
|
|
320
|
+
- Updated dependencies [3295831]
|
|
321
|
+
- ai@7.0.0-canary.171
|
|
322
|
+
|
|
323
|
+
## 1.0.0-canary.116
|
|
324
|
+
|
|
325
|
+
### Patch Changes
|
|
326
|
+
|
|
327
|
+
- Updated dependencies [bae5e2b]
|
|
328
|
+
- Updated dependencies [69d7128]
|
|
329
|
+
- ai@7.0.0-canary.170
|
|
330
|
+
|
|
331
|
+
## 1.0.0-canary.115
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- Updated dependencies [a5018ab]
|
|
336
|
+
- Updated dependencies [21d3d60]
|
|
337
|
+
- Updated dependencies [426dbbb]
|
|
338
|
+
- Updated dependencies [7fd3360]
|
|
339
|
+
- ai@7.0.0-canary.169
|
|
340
|
+
|
|
341
|
+
## 1.0.0-canary.114
|
|
342
|
+
|
|
343
|
+
### Patch Changes
|
|
344
|
+
|
|
345
|
+
- Updated dependencies [1e4b350]
|
|
346
|
+
- ai@7.0.0-canary.168
|
|
347
|
+
|
|
348
|
+
## 1.0.0-canary.113
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- 4757690: feat(ai): rename onObjectStepFinish to onObjectStepEnd
|
|
353
|
+
- Updated dependencies [4757690]
|
|
354
|
+
- Updated dependencies [eeefc3f]
|
|
355
|
+
- Updated dependencies [b79b6a8]
|
|
356
|
+
- ai@7.0.0-canary.167
|
|
357
|
+
|
|
358
|
+
## 1.0.0-canary.112
|
|
359
|
+
|
|
360
|
+
### Patch Changes
|
|
361
|
+
|
|
362
|
+
- 19736ee: feat(ai): rename onStepFinish to onStepEnd
|
|
363
|
+
- e4182bd: chore: rm export of OutputInterface
|
|
364
|
+
- Updated dependencies [19736ee]
|
|
365
|
+
- Updated dependencies [d66ae02]
|
|
366
|
+
- Updated dependencies [e4182bd]
|
|
367
|
+
- ai@7.0.0-canary.166
|
|
368
|
+
|
|
369
|
+
## 1.0.0-canary.111
|
|
370
|
+
|
|
371
|
+
### Patch Changes
|
|
372
|
+
|
|
373
|
+
- Updated dependencies [ce769dd]
|
|
374
|
+
- @ai-sdk/provider@4.0.0-canary.18
|
|
375
|
+
- ai@7.0.0-canary.165
|
|
376
|
+
|
|
377
|
+
## 1.0.0-canary.110
|
|
378
|
+
|
|
379
|
+
### Patch Changes
|
|
380
|
+
|
|
381
|
+
- ai@7.0.0-canary.164
|
|
382
|
+
|
|
383
|
+
## 1.0.0-canary.109
|
|
384
|
+
|
|
385
|
+
### Patch Changes
|
|
386
|
+
|
|
387
|
+
- Updated dependencies [ee798eb]
|
|
388
|
+
- Updated dependencies [c907622]
|
|
389
|
+
- ai@7.0.0-canary.163
|
|
390
|
+
|
|
391
|
+
## 1.0.0-canary.108
|
|
392
|
+
|
|
393
|
+
### Patch Changes
|
|
394
|
+
|
|
395
|
+
- ai@7.0.0-canary.162
|
|
396
|
+
|
|
397
|
+
## 1.0.0-canary.107
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- ai@7.0.0-canary.161
|
|
402
|
+
|
|
403
|
+
## 1.0.0-canary.106
|
|
404
|
+
|
|
405
|
+
### Patch Changes
|
|
406
|
+
|
|
407
|
+
- ai@7.0.0-canary.160
|
|
408
|
+
|
|
409
|
+
## 1.0.0-canary.105
|
|
410
|
+
|
|
411
|
+
### Patch Changes
|
|
412
|
+
|
|
413
|
+
- Updated dependencies [b5092f5]
|
|
414
|
+
- ai@7.0.0-canary.159
|
|
415
|
+
|
|
416
|
+
## 1.0.0-canary.104
|
|
417
|
+
|
|
418
|
+
### Patch Changes
|
|
419
|
+
|
|
420
|
+
- Updated dependencies [bcce2dd]
|
|
421
|
+
- ai@7.0.0-canary.158
|
|
422
|
+
|
|
423
|
+
## 1.0.0-canary.103
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- ai@7.0.0-canary.157
|
|
428
|
+
|
|
429
|
+
## 1.0.0-canary.102
|
|
430
|
+
|
|
431
|
+
### Patch Changes
|
|
432
|
+
|
|
433
|
+
- 1e200eb: fix(otel): ensure nested context object creates separate attribute
|
|
434
|
+
- e92fc45: feat(ai): introduce onAbort hook to close telemetry spans
|
|
435
|
+
- Updated dependencies [023550e]
|
|
436
|
+
- Updated dependencies [e92fc45]
|
|
437
|
+
- ai@7.0.0-canary.156
|
|
438
|
+
|
|
439
|
+
## 1.0.0-canary.101
|
|
440
|
+
|
|
441
|
+
### Patch Changes
|
|
442
|
+
|
|
443
|
+
- Updated dependencies [e67d80e]
|
|
444
|
+
- Updated dependencies [6cca112]
|
|
445
|
+
- Updated dependencies [82fc0ab]
|
|
446
|
+
- Updated dependencies [76fd58c]
|
|
447
|
+
- ai@7.0.0-canary.155
|
|
448
|
+
|
|
449
|
+
## 1.0.0-canary.100
|
|
450
|
+
|
|
451
|
+
### Patch Changes
|
|
452
|
+
|
|
453
|
+
- 594029e: feat(ai): wrap the model call in telemetry context
|
|
454
|
+
- Updated dependencies [594029e]
|
|
455
|
+
- ai@7.0.0-canary.154
|
|
456
|
+
|
|
457
|
+
## 1.0.0-canary.99
|
|
458
|
+
|
|
459
|
+
### Patch Changes
|
|
460
|
+
|
|
461
|
+
- Updated dependencies [6c93e36]
|
|
462
|
+
- ai@7.0.0-canary.153
|
|
463
|
+
|
|
464
|
+
## 1.0.0-canary.98
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- ai@7.0.0-canary.152
|
|
469
|
+
|
|
470
|
+
## 1.0.0-canary.97
|
|
471
|
+
|
|
472
|
+
### Patch Changes
|
|
473
|
+
|
|
474
|
+
- ai@7.0.0-canary.151
|
|
475
|
+
|
|
476
|
+
## 1.0.0-canary.96
|
|
477
|
+
|
|
478
|
+
### Patch Changes
|
|
479
|
+
|
|
480
|
+
- ai@7.0.0-canary.150
|
|
481
|
+
|
|
482
|
+
## 1.0.0-canary.95
|
|
483
|
+
|
|
484
|
+
### Patch Changes
|
|
485
|
+
|
|
486
|
+
- Updated dependencies [e3d9c0e]
|
|
487
|
+
- ai@7.0.0-canary.149
|
|
488
|
+
|
|
489
|
+
## 1.0.0-canary.94
|
|
490
|
+
|
|
491
|
+
### Patch Changes
|
|
492
|
+
|
|
493
|
+
- Updated dependencies [2852a84]
|
|
494
|
+
- ai@7.0.0-canary.148
|
|
495
|
+
|
|
496
|
+
## 1.0.0-canary.93
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- ai@7.0.0-canary.147
|
|
501
|
+
|
|
502
|
+
## 1.0.0-canary.92
|
|
503
|
+
|
|
504
|
+
### Patch Changes
|
|
505
|
+
|
|
506
|
+
- ai@7.0.0-canary.146
|
|
507
|
+
|
|
508
|
+
## 1.0.0-canary.91
|
|
509
|
+
|
|
510
|
+
### Patch Changes
|
|
511
|
+
|
|
512
|
+
- ai@7.0.0-canary.145
|
|
513
|
+
|
|
514
|
+
## 1.0.0-canary.90
|
|
515
|
+
|
|
516
|
+
### Patch Changes
|
|
517
|
+
|
|
518
|
+
- 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
|
|
519
|
+
- Updated dependencies [7fc6bd6]
|
|
520
|
+
- ai@7.0.0-canary.144
|
|
521
|
+
- @ai-sdk/provider@4.0.0-canary.17
|
|
522
|
+
|
|
523
|
+
## 1.0.0-canary.89
|
|
524
|
+
|
|
525
|
+
### Patch Changes
|
|
526
|
+
|
|
527
|
+
- Updated dependencies [a6617c5]
|
|
528
|
+
- ai@7.0.0-canary.143
|
|
529
|
+
|
|
530
|
+
## 1.0.0-canary.88
|
|
531
|
+
|
|
532
|
+
### Patch Changes
|
|
533
|
+
|
|
534
|
+
- Updated dependencies [62d6481]
|
|
535
|
+
- ai@7.0.0-canary.142
|
|
536
|
+
|
|
537
|
+
## 1.0.0-canary.87
|
|
538
|
+
|
|
539
|
+
### Patch Changes
|
|
540
|
+
|
|
541
|
+
- Updated dependencies [e3a0419]
|
|
542
|
+
- ai@7.0.0-canary.141
|
|
543
|
+
|
|
544
|
+
## 1.0.0-canary.86
|
|
545
|
+
|
|
546
|
+
### Patch Changes
|
|
547
|
+
|
|
548
|
+
- ai@7.0.0-canary.140
|
|
549
|
+
|
|
550
|
+
## 1.0.0-canary.85
|
|
551
|
+
|
|
552
|
+
### Patch Changes
|
|
553
|
+
|
|
554
|
+
- 334ae5d: Update step performance metrics with explicit effective, input, output, and total token throughput fields.
|
|
555
|
+
- Updated dependencies [334ae5d]
|
|
556
|
+
- Updated dependencies [28dfa06]
|
|
557
|
+
- Updated dependencies [e93fa91]
|
|
558
|
+
- ai@7.0.0-canary.139
|
|
559
|
+
|
|
560
|
+
## 1.0.0-canary.84
|
|
561
|
+
|
|
562
|
+
### Patch Changes
|
|
563
|
+
|
|
564
|
+
- ai@7.0.0-canary.138
|
|
565
|
+
|
|
566
|
+
## 1.0.0-canary.83
|
|
567
|
+
|
|
568
|
+
### Patch Changes
|
|
569
|
+
|
|
570
|
+
- 98627e5: feat(ai): remove onChunk event from telemetry
|
|
571
|
+
- 476e1ca: feat(ai): remove telemetry dependency on onChunk callback
|
|
572
|
+
- Updated dependencies [98627e5]
|
|
573
|
+
- Updated dependencies [476e1ca]
|
|
574
|
+
- ai@7.0.0-canary.137
|
|
575
|
+
|
|
576
|
+
## 1.0.0-canary.82
|
|
577
|
+
|
|
578
|
+
### Patch Changes
|
|
579
|
+
|
|
580
|
+
- Updated dependencies [a7de9c9]
|
|
581
|
+
- ai@7.0.0-canary.136
|
|
582
|
+
|
|
583
|
+
## 1.0.0-canary.81
|
|
584
|
+
|
|
585
|
+
### Patch Changes
|
|
586
|
+
|
|
587
|
+
- ai@7.0.0-canary.135
|
|
588
|
+
|
|
589
|
+
## 1.0.0-canary.80
|
|
590
|
+
|
|
591
|
+
### Patch Changes
|
|
592
|
+
|
|
593
|
+
- Updated dependencies [ed74dae]
|
|
594
|
+
- Updated dependencies [f4cc8eb]
|
|
595
|
+
- Updated dependencies [e80ada0]
|
|
596
|
+
- Updated dependencies [1dca341]
|
|
597
|
+
- Updated dependencies [2605e5f]
|
|
598
|
+
- ai@7.0.0-canary.134
|
|
599
|
+
|
|
600
|
+
## 1.0.0-canary.79
|
|
601
|
+
|
|
602
|
+
### Patch Changes
|
|
603
|
+
|
|
604
|
+
- Updated dependencies [38ca8dc]
|
|
605
|
+
- Updated dependencies [6d76710]
|
|
606
|
+
- ai@7.0.0-canary.133
|
|
607
|
+
|
|
608
|
+
## 1.0.0-canary.78
|
|
609
|
+
|
|
610
|
+
### Patch Changes
|
|
611
|
+
|
|
612
|
+
- eaf849f: Rename rerank telemetry finish callback to `onRerankEnd`.
|
|
613
|
+
- 8565dcb: fix: rename onEmbedFinish to onEmbedEnd
|
|
614
|
+
- Updated dependencies [eaf849f]
|
|
615
|
+
- Updated dependencies [8565dcb]
|
|
616
|
+
- ai@7.0.0-canary.132
|
|
617
|
+
|
|
618
|
+
## 1.0.0-canary.77
|
|
619
|
+
|
|
620
|
+
### Patch Changes
|
|
621
|
+
|
|
622
|
+
- Updated dependencies [b67525f]
|
|
623
|
+
- Updated dependencies [ca446f8]
|
|
624
|
+
- Updated dependencies [bcacd48]
|
|
625
|
+
- ai@7.0.0-canary.131
|
|
626
|
+
|
|
627
|
+
## 1.0.0-canary.76
|
|
628
|
+
|
|
629
|
+
### Patch Changes
|
|
630
|
+
|
|
631
|
+
- ai@7.0.0-canary.130
|
|
632
|
+
|
|
633
|
+
## 1.0.0-canary.75
|
|
634
|
+
|
|
635
|
+
### Patch Changes
|
|
636
|
+
|
|
637
|
+
- Updated dependencies [d1b3786]
|
|
638
|
+
- ai@7.0.0-canary.129
|
|
639
|
+
|
|
640
|
+
## 1.0.0-canary.74
|
|
641
|
+
|
|
642
|
+
### Patch Changes
|
|
643
|
+
|
|
644
|
+
- ai@7.0.0-canary.128
|
|
645
|
+
|
|
646
|
+
## 1.0.0-canary.73
|
|
647
|
+
|
|
648
|
+
### Patch Changes
|
|
649
|
+
|
|
650
|
+
- c025d60: feat(otel): add option for custom span attributes
|
|
651
|
+
- Updated dependencies [e95e38d]
|
|
652
|
+
- Updated dependencies [016e877]
|
|
653
|
+
- Updated dependencies [ca99fea]
|
|
654
|
+
- Updated dependencies [d775a57]
|
|
655
|
+
- Updated dependencies [538c12b]
|
|
656
|
+
- ai@7.0.0-canary.127
|
|
657
|
+
|
|
658
|
+
## 1.0.0-canary.72
|
|
659
|
+
|
|
660
|
+
### Patch Changes
|
|
661
|
+
|
|
662
|
+
- ai@7.0.0-canary.126
|
|
663
|
+
|
|
664
|
+
## 1.0.0-canary.71
|
|
665
|
+
|
|
666
|
+
### Patch Changes
|
|
667
|
+
|
|
668
|
+
- Updated dependencies [fd4f578]
|
|
669
|
+
- Updated dependencies [31f69de]
|
|
670
|
+
- Updated dependencies [7c71ac6]
|
|
671
|
+
- Updated dependencies [c0c8ca2]
|
|
672
|
+
- Updated dependencies [5faf71c]
|
|
673
|
+
- Updated dependencies [69254e0]
|
|
674
|
+
- Updated dependencies [3015fc3]
|
|
675
|
+
- Updated dependencies [eee1166]
|
|
676
|
+
- Updated dependencies [7dbf992]
|
|
677
|
+
- ai@7.0.0-canary.125
|
|
678
|
+
|
|
679
|
+
## 1.0.0-canary.70
|
|
680
|
+
|
|
681
|
+
### Patch Changes
|
|
682
|
+
|
|
683
|
+
- Updated dependencies [69aeb0e]
|
|
684
|
+
- Updated dependencies [48e92f3]
|
|
685
|
+
- ai@7.0.0-canary.124
|
|
686
|
+
|
|
687
|
+
## 1.0.0-canary.69
|
|
688
|
+
|
|
689
|
+
### Patch Changes
|
|
690
|
+
|
|
691
|
+
- Updated dependencies [7392266]
|
|
692
|
+
- Updated dependencies [4bb4dbc]
|
|
693
|
+
- ai@7.0.0-canary.123
|
|
694
|
+
|
|
695
|
+
## 1.0.0-canary.68
|
|
696
|
+
|
|
697
|
+
### Patch Changes
|
|
698
|
+
|
|
699
|
+
- Updated dependencies [79b2468]
|
|
700
|
+
- Updated dependencies [c22750c]
|
|
701
|
+
- ai@7.0.0-canary.122
|
|
702
|
+
|
|
703
|
+
## 1.0.0-canary.67
|
|
704
|
+
|
|
705
|
+
### Patch Changes
|
|
706
|
+
|
|
707
|
+
- Updated dependencies [2427d88]
|
|
708
|
+
- Updated dependencies [5588abd]
|
|
709
|
+
- Updated dependencies [6dd6b83]
|
|
710
|
+
- ai@7.0.0-canary.121
|
|
711
|
+
|
|
712
|
+
## 1.0.0-canary.66
|
|
713
|
+
|
|
714
|
+
### Patch Changes
|
|
715
|
+
|
|
716
|
+
- Updated dependencies [5463d0d]
|
|
717
|
+
- @ai-sdk/provider@4.0.0-canary.16
|
|
718
|
+
- ai@7.0.0-canary.120
|
|
719
|
+
|
|
720
|
+
## 1.0.0-canary.65
|
|
721
|
+
|
|
722
|
+
### Patch Changes
|
|
723
|
+
|
|
724
|
+
- ai@7.0.0-canary.119
|
|
725
|
+
|
|
726
|
+
## 1.0.0-canary.64
|
|
727
|
+
|
|
728
|
+
### Patch Changes
|
|
729
|
+
|
|
730
|
+
- Updated dependencies [47e65d6]
|
|
731
|
+
- ai@7.0.0-canary.118
|
|
732
|
+
|
|
733
|
+
## 1.0.0-canary.63
|
|
734
|
+
|
|
735
|
+
### Patch Changes
|
|
736
|
+
|
|
737
|
+
- 0c4c275: trigger initial canary release
|
|
738
|
+
- Updated dependencies [0c4c275]
|
|
739
|
+
- @ai-sdk/provider@4.0.0-canary.15
|
|
740
|
+
- ai@7.0.0-canary.117
|
|
741
|
+
|
|
742
|
+
## 1.0.0-beta.62
|
|
743
|
+
|
|
744
|
+
### Patch Changes
|
|
745
|
+
|
|
746
|
+
- ai@7.0.0-beta.116
|
|
747
|
+
|
|
748
|
+
## 1.0.0-beta.61
|
|
749
|
+
|
|
750
|
+
### Patch Changes
|
|
751
|
+
|
|
752
|
+
- Updated dependencies [08d2129]
|
|
753
|
+
- Updated dependencies [202f107]
|
|
754
|
+
- ai@7.0.0-beta.115
|
|
755
|
+
|
|
756
|
+
## 1.0.0-beta.60
|
|
757
|
+
|
|
758
|
+
### Patch Changes
|
|
759
|
+
|
|
760
|
+
- 18651f6: feat(otel): add opt-in options for supplemental AI SDK attributes on OpenTelemetry spans
|
|
761
|
+
- 9bd6512: feat(provider): change file part data property to be tagged with a type and remove the image part type
|
|
762
|
+
- 258c093: chore: ensure consistent import handling and avoid import duplicates or cycles
|
|
763
|
+
- Updated dependencies [43a6750]
|
|
764
|
+
- Updated dependencies [81caa5d]
|
|
765
|
+
- Updated dependencies [1f7db50]
|
|
766
|
+
- Updated dependencies [9bd6512]
|
|
767
|
+
- Updated dependencies [258c093]
|
|
768
|
+
- Updated dependencies [6147cdf]
|
|
769
|
+
- ai@7.0.0-beta.114
|
|
770
|
+
- @ai-sdk/provider@4.0.0-beta.14
|
|
771
|
+
|
|
772
|
+
## 1.0.0-beta.59
|
|
773
|
+
|
|
774
|
+
### Patch Changes
|
|
775
|
+
|
|
776
|
+
- 9f0e36c: trigger release for all packages after provenance setup
|
|
777
|
+
- Updated dependencies [9f0e36c]
|
|
778
|
+
- ai@7.0.0-beta.113
|
|
779
|
+
- @ai-sdk/provider@4.0.0-beta.13
|
|
780
|
+
|
|
781
|
+
## 1.0.0-beta.58
|
|
782
|
+
|
|
783
|
+
### Major Changes
|
|
784
|
+
|
|
785
|
+
- cf93359: feat(ai): remove/refactor event data sent via callbacks
|
|
786
|
+
- 8284dfa: feat(otel): rename OpenTelemetry to LegacyOpenTelemetry
|
|
787
|
+
- 116c89f: feat(ai): remove telemetry data from the user-facing event data
|
|
788
|
+
|
|
789
|
+
### Patch Changes
|
|
790
|
+
|
|
791
|
+
- 29d8cf4: feat(ai): rename the core-event types
|
|
792
|
+
- 1043274: feat(ai): add a ModelCall start/end event
|
|
793
|
+
- 152c67c: feat(otel): add a step level span
|
|
794
|
+
- e1bfb9c: feat(ai): remove unnecessary data from events
|
|
795
|
+
- 64de016: feat(otel): rename GenAIOpenTelemetry to OpenTelemetry
|
|
796
|
+
- Updated dependencies [5f3749c]
|
|
797
|
+
- Updated dependencies [0a51f7d]
|
|
798
|
+
- Updated dependencies [71d3022]
|
|
799
|
+
- Updated dependencies [67df0a0]
|
|
800
|
+
- Updated dependencies [4181cfe]
|
|
801
|
+
- Updated dependencies [51ce232]
|
|
802
|
+
- Updated dependencies [cf93359]
|
|
803
|
+
- Updated dependencies [befb78c]
|
|
804
|
+
- Updated dependencies [29d8cf4]
|
|
805
|
+
- Updated dependencies [58a2ad7]
|
|
806
|
+
- Updated dependencies [37d69b2]
|
|
807
|
+
- Updated dependencies [1043274]
|
|
808
|
+
- Updated dependencies [7f59f04]
|
|
809
|
+
- Updated dependencies [7677c1e]
|
|
810
|
+
- Updated dependencies [116c89f]
|
|
811
|
+
- Updated dependencies [f58f9bc]
|
|
812
|
+
- Updated dependencies [e1bfb9c]
|
|
813
|
+
- Updated dependencies [e87d71b]
|
|
814
|
+
- Updated dependencies [9d486aa]
|
|
815
|
+
- Updated dependencies [9b0bc8a]
|
|
816
|
+
- Updated dependencies [fc92055]
|
|
817
|
+
- Updated dependencies [4e095b0]
|
|
818
|
+
- ai@7.0.0-beta.112
|
|
819
|
+
|
|
820
|
+
## 1.0.0-beta.57
|
|
821
|
+
|
|
822
|
+
### Major Changes
|
|
823
|
+
|
|
824
|
+
- 6542d93: feat(ai): change naming nomenclature for `*TelemetryIntegration` to `*Telemetry`
|
|
825
|
+
|
|
826
|
+
### Patch Changes
|
|
827
|
+
|
|
828
|
+
- Updated dependencies [f319fde]
|
|
829
|
+
- Updated dependencies [1949571]
|
|
830
|
+
- Updated dependencies [511902c]
|
|
831
|
+
- Updated dependencies [6542d93]
|
|
832
|
+
- Updated dependencies [2e98477]
|
|
833
|
+
- Updated dependencies [876fd3e]
|
|
834
|
+
- Updated dependencies [f32c750]
|
|
835
|
+
- ai@7.0.0-beta.111
|
|
836
|
+
|
|
837
|
+
## 1.0.0-beta.56
|
|
838
|
+
|
|
839
|
+
### Patch Changes
|
|
840
|
+
|
|
841
|
+
- Updated dependencies [72cb801]
|
|
842
|
+
- ai@7.0.0-beta.110
|
|
843
|
+
|
|
844
|
+
## 1.0.0-beta.55
|
|
845
|
+
|
|
846
|
+
### Patch Changes
|
|
847
|
+
|
|
848
|
+
- eea8d98: refactoring: rename tool execution events
|
|
849
|
+
- Updated dependencies [ec98264]
|
|
850
|
+
- Updated dependencies [eea8d98]
|
|
851
|
+
- Updated dependencies [75ef93e]
|
|
852
|
+
- ai@7.0.0-beta.109
|
|
853
|
+
|
|
854
|
+
## 1.0.0-beta.54
|
|
855
|
+
|
|
856
|
+
### Patch Changes
|
|
857
|
+
|
|
858
|
+
- ai@7.0.0-beta.108
|
|
859
|
+
|
|
860
|
+
## 1.0.0-beta.53
|
|
861
|
+
|
|
862
|
+
### Patch Changes
|
|
863
|
+
|
|
864
|
+
- Updated dependencies [350ea38]
|
|
865
|
+
- ai@7.0.0-beta.107
|
|
866
|
+
|
|
867
|
+
## 1.0.0-beta.52
|
|
868
|
+
|
|
869
|
+
### Patch Changes
|
|
870
|
+
|
|
871
|
+
- ai@7.0.0-beta.106
|
|
872
|
+
|
|
873
|
+
## 1.0.0-beta.51
|
|
874
|
+
|
|
875
|
+
### Patch Changes
|
|
876
|
+
|
|
877
|
+
- Updated dependencies [33d099c]
|
|
878
|
+
- ai@7.0.0-beta.105
|
|
879
|
+
|
|
880
|
+
## 1.0.0-beta.50
|
|
881
|
+
|
|
882
|
+
### Patch Changes
|
|
883
|
+
|
|
884
|
+
- Updated dependencies [2a74d43]
|
|
885
|
+
- ai@7.0.0-beta.104
|
|
886
|
+
|
|
887
|
+
## 1.0.0-beta.49
|
|
888
|
+
|
|
889
|
+
### Patch Changes
|
|
890
|
+
|
|
891
|
+
- 382d53b: refactoring: rename context to runtimeContext
|
|
892
|
+
- 7bf7d7f: feat(ai): enable:true for telemetry by default
|
|
893
|
+
- c3d4019: chore(ai): rename 'TelemetrySettings' to 'TelemetryOptions'
|
|
894
|
+
- 083947b: feat(ai): separate toolsContext from context
|
|
895
|
+
- Updated dependencies [382d53b]
|
|
896
|
+
- Updated dependencies [7bf7d7f]
|
|
897
|
+
- Updated dependencies [c3d4019]
|
|
898
|
+
- Updated dependencies [083947b]
|
|
899
|
+
- ai@7.0.0-beta.103
|
|
900
|
+
|
|
901
|
+
## 1.0.0-beta.48
|
|
902
|
+
|
|
903
|
+
### Patch Changes
|
|
904
|
+
|
|
905
|
+
- ai@7.0.0-beta.102
|
|
906
|
+
|
|
907
|
+
## 1.0.0-beta.47
|
|
908
|
+
|
|
909
|
+
### Patch Changes
|
|
910
|
+
|
|
911
|
+
- Updated dependencies [4873966]
|
|
912
|
+
- ai@7.0.0-beta.101
|
|
913
|
+
|
|
914
|
+
## 1.0.0-beta.46
|
|
915
|
+
|
|
916
|
+
### Patch Changes
|
|
917
|
+
|
|
918
|
+
- Updated dependencies [add1126]
|
|
919
|
+
- ai@7.0.0-beta.100
|
|
920
|
+
|
|
921
|
+
## 1.0.0-beta.45
|
|
922
|
+
|
|
923
|
+
### Patch Changes
|
|
924
|
+
|
|
925
|
+
- Updated dependencies [2a9c144]
|
|
926
|
+
- ai@7.0.0-beta.99
|
|
927
|
+
|
|
928
|
+
## 1.0.0-beta.44
|
|
929
|
+
|
|
930
|
+
### Patch Changes
|
|
931
|
+
|
|
932
|
+
- ai@7.0.0-beta.98
|
|
933
|
+
|
|
934
|
+
## 1.0.0-beta.43
|
|
935
|
+
|
|
936
|
+
### Patch Changes
|
|
937
|
+
|
|
938
|
+
- Updated dependencies [208d045]
|
|
939
|
+
- ai@7.0.0-beta.97
|
|
940
|
+
|
|
941
|
+
## 1.0.0-beta.42
|
|
942
|
+
|
|
943
|
+
### Patch Changes
|
|
944
|
+
|
|
945
|
+
- ai@7.0.0-beta.96
|
|
946
|
+
|
|
947
|
+
## 1.0.0-beta.41
|
|
948
|
+
|
|
949
|
+
### Patch Changes
|
|
950
|
+
|
|
951
|
+
- Updated dependencies [c4f4b5f]
|
|
952
|
+
- ai@7.0.0-beta.95
|
|
953
|
+
|
|
954
|
+
## 1.0.0-beta.40
|
|
955
|
+
|
|
956
|
+
### Patch Changes
|
|
957
|
+
|
|
958
|
+
- 1582efa: chore(ai): remove the metadata field from the telemetry settings
|
|
959
|
+
- Updated dependencies [1582efa]
|
|
960
|
+
- ai@7.0.0-beta.94
|
|
961
|
+
|
|
962
|
+
## 1.0.0-beta.39
|
|
963
|
+
|
|
964
|
+
### Patch Changes
|
|
965
|
+
|
|
966
|
+
- Updated dependencies [bc47739]
|
|
967
|
+
- ai@7.0.0-beta.93
|
|
968
|
+
|
|
969
|
+
## 1.0.0-beta.38
|
|
970
|
+
|
|
971
|
+
### Patch Changes
|
|
972
|
+
|
|
973
|
+
- ai@7.0.0-beta.92
|
|
974
|
+
|
|
975
|
+
## 1.0.0-beta.37
|
|
976
|
+
|
|
977
|
+
### Patch Changes
|
|
978
|
+
|
|
979
|
+
- ai@7.0.0-beta.91
|
|
980
|
+
|
|
981
|
+
## 1.0.0-beta.36
|
|
982
|
+
|
|
983
|
+
### Patch Changes
|
|
984
|
+
|
|
985
|
+
- 1db29c8: feat(ai): break `CallSettings` apart into `LanguageModelCallOptions` and `RequestOptions`
|
|
986
|
+
- Updated dependencies [1db29c8]
|
|
987
|
+
- ai@7.0.0-beta.90
|
|
988
|
+
|
|
989
|
+
## 1.0.0-beta.35
|
|
990
|
+
|
|
991
|
+
### Patch Changes
|
|
992
|
+
|
|
993
|
+
- Updated dependencies [ff5eba1]
|
|
994
|
+
- @ai-sdk/provider@4.0.0-beta.12
|
|
995
|
+
- ai@7.0.0-beta.89
|
|
996
|
+
|
|
997
|
+
## 1.0.0-beta.34
|
|
998
|
+
|
|
999
|
+
### Major Changes
|
|
1000
|
+
|
|
1001
|
+
- ef992f8: Remove CommonJS exports from all packages. All packages are now ESM-only (`"type": "module"`). Consumers using `require()` must switch to ESM `import` syntax.
|
|
1002
|
+
|
|
1003
|
+
### Patch Changes
|
|
1004
|
+
|
|
1005
|
+
- Updated dependencies [ef992f8]
|
|
1006
|
+
- ai@7.0.0-beta.88
|
|
1007
|
+
- @ai-sdk/provider@4.0.0-beta.11
|
|
1008
|
+
|
|
1009
|
+
## 1.0.0-beta.33
|
|
1010
|
+
|
|
1011
|
+
### Patch Changes
|
|
1012
|
+
|
|
1013
|
+
- ai@7.0.0-beta.87
|
|
1014
|
+
|
|
1015
|
+
## 1.0.0-beta.32
|
|
1016
|
+
|
|
1017
|
+
### Patch Changes
|
|
1018
|
+
|
|
1019
|
+
- Updated dependencies [5a6f514]
|
|
1020
|
+
- ai@7.0.0-beta.86
|
|
1021
|
+
|
|
1022
|
+
## 1.0.0-beta.31
|
|
1023
|
+
|
|
1024
|
+
### Patch Changes
|
|
1025
|
+
|
|
1026
|
+
- Updated dependencies [57bf606]
|
|
1027
|
+
- ai@7.0.0-beta.85
|
|
1028
|
+
|
|
1029
|
+
## 1.0.0-beta.30
|
|
1030
|
+
|
|
1031
|
+
### Patch Changes
|
|
1032
|
+
|
|
1033
|
+
- 90e2d8a: chore: fix unused vars not being flagged by our lint tooling
|
|
1034
|
+
- Updated dependencies [90e2d8a]
|
|
1035
|
+
- ai@7.0.0-beta.84
|
|
1036
|
+
|
|
1037
|
+
## 1.0.0-beta.29
|
|
1038
|
+
|
|
1039
|
+
### Patch Changes
|
|
1040
|
+
|
|
1041
|
+
- ai@7.0.0-beta.83
|
|
1042
|
+
|
|
1043
|
+
## 1.0.0-beta.28
|
|
1044
|
+
|
|
1045
|
+
### Patch Changes
|
|
1046
|
+
|
|
1047
|
+
- Updated dependencies [e27ed76]
|
|
1048
|
+
- ai@7.0.0-beta.82
|
|
1049
|
+
|
|
1050
|
+
## 1.0.0-beta.27
|
|
1051
|
+
|
|
1052
|
+
### Patch Changes
|
|
1053
|
+
|
|
1054
|
+
- Updated dependencies [2fe1099]
|
|
1055
|
+
- Updated dependencies [f04adcb]
|
|
1056
|
+
- ai@7.0.0-beta.81
|
|
1057
|
+
|
|
1058
|
+
## 1.0.0-beta.26
|
|
1059
|
+
|
|
1060
|
+
### Patch Changes
|
|
1061
|
+
|
|
1062
|
+
- Updated dependencies [3ae1786]
|
|
1063
|
+
- ai@7.0.0-beta.80
|
|
1064
|
+
|
|
1065
|
+
## 1.0.0-beta.25
|
|
1066
|
+
|
|
1067
|
+
### Patch Changes
|
|
1068
|
+
|
|
1069
|
+
- Updated dependencies [6866afe]
|
|
1070
|
+
- ai@7.0.0-beta.79
|
|
1071
|
+
|
|
1072
|
+
## 1.0.0-beta.24
|
|
1073
|
+
|
|
1074
|
+
### Patch Changes
|
|
1075
|
+
|
|
1076
|
+
- Updated dependencies [f372547]
|
|
1077
|
+
- ai@7.0.0-beta.78
|
|
1078
|
+
|
|
1079
|
+
## 1.0.0-beta.23
|
|
1080
|
+
|
|
1081
|
+
### Patch Changes
|
|
1082
|
+
|
|
1083
|
+
- Updated dependencies [2add429]
|
|
1084
|
+
- ai@7.0.0-beta.77
|
|
1085
|
+
|
|
1086
|
+
## 1.0.0-beta.22
|
|
1087
|
+
|
|
1088
|
+
### Patch Changes
|
|
1089
|
+
|
|
1090
|
+
- Updated dependencies [fcc6869]
|
|
1091
|
+
- ai@7.0.0-beta.76
|
|
1092
|
+
|
|
1093
|
+
## 1.0.0-beta.21
|
|
1094
|
+
|
|
1095
|
+
### Patch Changes
|
|
1096
|
+
|
|
1097
|
+
- Updated dependencies [176466a]
|
|
1098
|
+
- @ai-sdk/provider@4.0.0-beta.10
|
|
1099
|
+
- ai@7.0.0-beta.75
|
|
1100
|
+
|
|
1101
|
+
## 1.0.0-beta.20
|
|
1102
|
+
|
|
1103
|
+
### Patch Changes
|
|
1104
|
+
|
|
1105
|
+
- Updated dependencies [e311194]
|
|
1106
|
+
- ai@7.0.0-beta.74
|
|
1107
|
+
- @ai-sdk/provider@4.0.0-beta.9
|
|
1108
|
+
|
|
1109
|
+
## 1.0.0-beta.19
|
|
1110
|
+
|
|
1111
|
+
### Patch Changes
|
|
1112
|
+
|
|
1113
|
+
- ai@7.0.0-beta.73
|
|
1114
|
+
|
|
1115
|
+
## 1.0.0-beta.18
|
|
1116
|
+
|
|
1117
|
+
### Patch Changes
|
|
1118
|
+
|
|
1119
|
+
- Updated dependencies [664a0eb]
|
|
1120
|
+
- ai@7.0.0-beta.72
|
|
1121
|
+
|
|
1122
|
+
## 1.0.0-beta.17
|
|
1123
|
+
|
|
1124
|
+
### Patch Changes
|
|
1125
|
+
|
|
1126
|
+
- fc15550: feat(otel): add the genAI semantic otel integration
|
|
1127
|
+
- Updated dependencies [e68be55]
|
|
1128
|
+
- ai@7.0.0-beta.71
|
|
1129
|
+
|
|
1130
|
+
## 1.0.0-beta.16
|
|
1131
|
+
|
|
1132
|
+
### Patch Changes
|
|
1133
|
+
|
|
1134
|
+
- ai@7.0.0-beta.70
|
|
1135
|
+
|
|
1136
|
+
## 1.0.0-beta.15
|
|
1137
|
+
|
|
1138
|
+
### Patch Changes
|
|
1139
|
+
|
|
1140
|
+
- Updated dependencies [34bd95d]
|
|
1141
|
+
- Updated dependencies [008271d]
|
|
1142
|
+
- Updated dependencies [72223e7]
|
|
1143
|
+
- @ai-sdk/provider@4.0.0-beta.8
|
|
1144
|
+
- ai@7.0.0-beta.69
|
|
1145
|
+
|
|
1146
|
+
## 1.0.0-beta.14
|
|
1147
|
+
|
|
1148
|
+
### Patch Changes
|
|
1149
|
+
|
|
1150
|
+
- Updated dependencies [b0c2869]
|
|
1151
|
+
- Updated dependencies [7e26e81]
|
|
1152
|
+
- ai@7.0.0-beta.68
|
|
1153
|
+
|
|
1154
|
+
## 1.0.0-beta.13
|
|
1155
|
+
|
|
1156
|
+
### Patch Changes
|
|
1157
|
+
|
|
1158
|
+
- Updated dependencies [d1a8bed]
|
|
1159
|
+
- ai@7.0.0-beta.67
|
|
1160
|
+
|
|
1161
|
+
## 1.0.0-beta.12
|
|
1162
|
+
|
|
1163
|
+
### Patch Changes
|
|
1164
|
+
|
|
1165
|
+
- ai@7.0.0-beta.66
|
|
1166
|
+
|
|
1167
|
+
## 1.0.0-beta.11
|
|
1168
|
+
|
|
1169
|
+
### Patch Changes
|
|
1170
|
+
|
|
1171
|
+
- ai@7.0.0-beta.65
|
|
1172
|
+
|
|
1173
|
+
## 1.0.0-beta.10
|
|
1174
|
+
|
|
1175
|
+
### Patch Changes
|
|
1176
|
+
|
|
1177
|
+
- ai@7.0.0-beta.64
|
|
1178
|
+
|
|
1179
|
+
## 1.0.0-beta.9
|
|
1180
|
+
|
|
1181
|
+
### Patch Changes
|
|
1182
|
+
|
|
1183
|
+
- Updated dependencies [6fd51c0]
|
|
1184
|
+
- @ai-sdk/provider@4.0.0-beta.7
|
|
1185
|
+
- ai@7.0.0-beta.63
|
|
1186
|
+
|
|
1187
|
+
## 1.0.0-beta.8
|
|
1188
|
+
|
|
1189
|
+
### Patch Changes
|
|
1190
|
+
|
|
1191
|
+
- ai@7.0.0-beta.62
|
|
1192
|
+
|
|
1193
|
+
## 1.0.0-beta.7
|
|
1194
|
+
|
|
1195
|
+
### Patch Changes
|
|
1196
|
+
|
|
1197
|
+
- Updated dependencies [c29a26f]
|
|
1198
|
+
- @ai-sdk/provider@4.0.0-beta.6
|
|
1199
|
+
- ai@7.0.0-beta.61
|
|
1200
|
+
|
|
1201
|
+
## 1.0.0-beta.6
|
|
1202
|
+
|
|
1203
|
+
### Patch Changes
|
|
1204
|
+
|
|
1205
|
+
- Updated dependencies [38fc777]
|
|
1206
|
+
- ai@7.0.0-beta.60
|
|
1207
|
+
|
|
1208
|
+
## 1.0.0-beta.5
|
|
1209
|
+
|
|
1210
|
+
### Patch Changes
|
|
1211
|
+
|
|
1212
|
+
- ai@7.0.0-beta.59
|
|
1213
|
+
|
|
1214
|
+
## 1.0.0-beta.4
|
|
1215
|
+
|
|
1216
|
+
### Patch Changes
|
|
1217
|
+
|
|
1218
|
+
- Updated dependencies [2e17091]
|
|
1219
|
+
- ai@7.0.0-beta.58
|
|
1220
|
+
|
|
1221
|
+
## 1.0.0-beta.3
|
|
1222
|
+
|
|
1223
|
+
### Patch Changes
|
|
1224
|
+
|
|
1225
|
+
- Updated dependencies [986c6fd]
|
|
1226
|
+
- Updated dependencies [493295c]
|
|
1227
|
+
- ai@7.0.0-beta.57
|
|
1228
|
+
|
|
1229
|
+
## 1.0.0-beta.2
|
|
1230
|
+
|
|
1231
|
+
### Patch Changes
|
|
1232
|
+
|
|
1233
|
+
- ai@7.0.0-beta.56
|
|
1234
|
+
|
|
1235
|
+
## 1.0.0-beta.1
|
|
1236
|
+
|
|
1237
|
+
### Major Changes
|
|
1238
|
+
|
|
1239
|
+
- b3c9f6a: feat(ai): create new opentelemetry package (@ai-sdk/otel)
|
|
1240
|
+
|
|
1241
|
+
### Patch Changes
|
|
1242
|
+
|
|
1243
|
+
- Updated dependencies [b3c9f6a]
|
|
1244
|
+
- ai@7.0.0-beta.55
|
|
1245
|
+
|
|
1246
|
+
## 0.0.1-beta.0
|
|
1247
|
+
|
|
1248
|
+
### Patch Changes
|
|
1249
|
+
|
|
1250
|
+
- 5d0f18e: feat(ai): move opentelemetry to new package
|
|
1251
|
+
- Updated dependencies [5d0f18e]
|
|
1252
|
+
- ai@7.0.0-beta.54
|