Output Validation

Skill versions declare an output schema that the runtime validates after execution. Validation results are recorded and surfaced in run detail.

What happens

  • The provider response is parsed into structured output when applicable.
  • The output is validated against outputSchema.
  • Validation failures surface as validation and diagnostic fields on run detail.

See also

Was this page helpful?