Expand description
High-level evals.json validation: structural schema check plus the
hand-rolled constraints draft-07 can’t express.
Functions§
- validate_
evals_ config - Validate a parsed
evals.json. Runs the structural schema check, then the supplemental duplicate-idguard (uniqueness by a sub-field isn’t expressible in JSON Schema draft-07), returning the typed config on success.