Skip to content

v3.0.2

Latest

Choose a tag to compare

@ben-vargas ben-vargas released this 12 Apr 21:13
05b3626

Added

  • Structured output support - OpenCode's StructuredOutput tool input is now re-emitted as text content so the AI SDK's Output.object() / Output.array() can parse step.text correctly. Previously this always threw NoObjectGeneratedError. (PR #16 by @abhijit-hota)
  • Exported STRUCTURED_OUTPUT_TOOL constant - Shared constant for the "StructuredOutput" tool name.