| { | |
| "ok": true, | |
| "adapter_dir": "/models/adapter", | |
| "evaluated_count": 5, | |
| "json_valid_count": 2, | |
| "json_validity_rate": 0.4, | |
| "verifier_pass_count": 0, | |
| "verifier_pass_rate": 0.0, | |
| "section_completeness_rate": 0.0, | |
| "failure_count": 5, | |
| "failures": [ | |
| { | |
| "index": 0, | |
| "reason": "KeyError('summary')" | |
| }, | |
| { | |
| "index": 1, | |
| "reason": "JSONDecodeError(\"Expecting ',' delimiter: line 67 column 6 (char 1940)\")" | |
| }, | |
| { | |
| "index": 2, | |
| "reason": "JSONDecodeError(\"Expecting ',' delimiter: line 73 column 8 (char 2030)\")" | |
| }, | |
| { | |
| "index": 3, | |
| "reason": "KeyError('summary')" | |
| }, | |
| { | |
| "index": 4, | |
| "reason": "JSONDecodeError(\"Expecting ',' delimiter: line 75 column 8 (char 1882)\")" | |
| } | |
| ] | |
| } |