Skip to content

ai@6.0.200

Choose a tag to compare

@github-actions github-actions released this 10 Jun 20:53
· 1004 commits to main since this release
a340536

Patch Changes

  • 14098e7: fix(ai): reject streamText result promises with NoOutputGeneratedError when the model stream ends without producing any output. Previously such streams resolved with an empty step. Incomplete streams with partial output still resolve with the partial result.
  • 2cabe9c: Harden UI message stream processing against prototype pollution from chunk IDs.