Skip to main content

compile_schema

Function compile_schema 

Source
pub fn compile_schema(schema: &Value) -> Result<Validator, MachiError>
Expand description

Compile a JSON Schema once per turn (or once per agent definition).

ยงErrors

Returns ErrorCode::RuntimeStructuredOutput when the schema itself is invalid.