Skip to content

ai@6.0.201

Choose a tag to compare

@github-actions github-actions released this 11 Jun 04:28
· 1008 commits to main since this release
dca8c38

Patch Changes

  • 0c8c0ed: 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.