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.
pub fn compile_schema(schema: &Value) -> Result<Validator, MachiError>Compile a JSON Schema once per turn (or once per agent definition).
Returns ErrorCode::RuntimeStructuredOutput when the schema itself is invalid.