ai 5.0.0-beta.7 → 5.0.0-beta.9

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 86cfc72: feat (ai): add ignoreIncompleteToolCalls option to convertToModelMessages
8
+
9
+ ## 5.0.0-beta.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 6909543: feat (ai): support system parameter in Agent constructor
14
+ - c8fce91: feat (ai): add experimental Agent abstraction
15
+ - 9121250: Expose provider metadata as an attribute on exported OTEL spans
16
+ - Updated dependencies [97fedf9]
17
+ - @ai-sdk/gateway@1.0.0-beta.4
18
+
3
19
  ## 5.0.0-beta.7
4
20
 
5
21
  ### Patch Changes