ai 5.0.0-beta.11 → 5.0.0-beta.13

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,22 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 377bbcf: fix (ui): tool input can be undefined during input-streaming
8
+ - ce1d1f3: feat (ai): export mock image, speech, and transcription models
9
+ - c040e2f: fix (ui): inject generated response message id
10
+ - c808e4d: fix (ui): do not send changing assistant message ids when onFinish is provided
11
+
12
+ ## 5.0.0-beta.12
13
+
14
+ ### Patch Changes
15
+
16
+ - fc0380b: feat (ui): resolvable header, body, credentials in http chat transport
17
+ - 51f497d: feat (ai): step input message modification in prepareStep
18
+ - 4f3776c: feat (ai): add InferUITools helper
19
+
3
20
  ## 5.0.0-beta.11
4
21
 
5
22
  ### Patch Changes