ai 5.0.0-beta.7 → 5.0.0-beta.8
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 +10 -0
- package/dist/index.d.mts +1965 -1883
- package/dist/index.d.ts +1965 -1883
- package/dist/index.js +7370 -7339
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7397 -7367
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 6909543: feat (ai): support system parameter in Agent constructor
|
8
|
+
- c8fce91: feat (ai): add experimental Agent abstraction
|
9
|
+
- 9121250: Expose provider metadata as an attribute on exported OTEL spans
|
10
|
+
- Updated dependencies [97fedf9]
|
11
|
+
- @ai-sdk/gateway@1.0.0-beta.4
|
12
|
+
|
3
13
|
## 5.0.0-beta.7
|
4
14
|
|
5
15
|
### Patch Changes
|