Expand description
JSON Schema validation (M4 structured output).
Validates agent output against a JSON Schema. Uses the jsonschema crate
for full schema compliance. Designed for structured output validation
where agents must return results matching a defined schema.
Enums§
Functions§
- validate_
output - Validates a JSON value against the given JSON Schema.