ai 5.0.0-canary.19 → 5.0.0-canary.20

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,28 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-canary.20
4
+
5
+ ### Major Changes
6
+
7
+ - 13fef90: chore (ai): remove automatic conversion of UI messages to model messages
8
+ - 496bbc1: chore (ui): inline/remove ChatRequest type
9
+ - da70d79: chore (ai): remove getUIText helper
10
+ - c7710a9: chore (ai): rename DataStreamToSSETransformStream to JsonToSseTransformStream
11
+ - 35fc02c: chore (ui): rename RequestOptions to CompletionRequestOptions
12
+ - b983b51: feat (ai): support model message array in prompt
13
+
14
+ ### Minor Changes
15
+
16
+ - bcea599: feat (ai): add content to generateText result
17
+ - 48d675a: feat (ai): add content to streamText result
18
+
19
+ ### Patch Changes
20
+
21
+ - e90d45d: chore (rsc): move HANGING_STREAM_WARNING_TIME constant into @ai-sdk/rsc package
22
+ - bc3109f: chore (ai): push stream-callbacks into langchain/llamaindex adapters
23
+ - Updated dependencies [87b828f]
24
+ - @ai-sdk/provider-utils@3.0.0-canary.16
25
+
3
26
  ## 5.0.0-canary.19
4
27
 
5
28
  ### Major Changes