Skip to main content

Module validate

Module validate 

Source
Expand description

Strict parsing and JSON Schema validation for model-supplied tool arguments.

Structs§

InvalidArguments
Arguments that could not be parsed or did not satisfy the declared schema.
ValidatorCompiler
Schema compiler with observable call count for assembly verification.

Functions§

compile
Compile one JSON Schema validator.
validate
Parse raw model arguments and validate the resulting JSON value.