pub fn parse_verdict(content: &str) -> EvalResultExpand description
Parse an eval LLM’s JSON response into a structured EvalResult. Tolerant of markdown fences
and missing fields (defaults: passed=false, score derived from passed).
pub fn parse_verdict(content: &str) -> EvalResultParse an eval LLM’s JSON response into a structured EvalResult. Tolerant of markdown fences
and missing fields (defaults: passed=false, score derived from passed).