Skip to content

ai@5.0.199

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:57
· 2907 commits to main since this release
ccdc431

Patch Changes

  • 040dc83: fix(ai): return schema-transformed elements in array output mode

    Previously final array output validation checked each element against the schema but returned the raw model output. Array output now returns the validated values so Zod transforms, coercions, defaults, and pipes are applied consistently with object output.