6.0.255
Fixed 3
- Keep chat status submitted until response content begins streaming
- Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values
- Fix declaration emit for exported values that infer an Output type
Patch Changes
- 35a94b0: Keep chat status submitted until response content begins streaming.
- 93d24c6: Avoid repeatedly cloning accumulated text in
readUIMessageStreamwhile preserving independent snapshots for mutable nested values. - 1bd1caf: Fix declaration emit for exported values that infer an
Outputtype.