Datasets:
| { | |
| "properties": { | |
| "affected_clip_ids": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "confidence": { | |
| "type": "number" | |
| }, | |
| "evidence_clip_ids": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "operations": { | |
| "items": { | |
| "properties": { | |
| "op": { | |
| "enum": [ | |
| "replace", | |
| "add", | |
| "remove" | |
| ] | |
| }, | |
| "path": { | |
| "type": "string" | |
| }, | |
| "value": {} | |
| }, | |
| "required": [ | |
| "op", | |
| "path" | |
| ], | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "rationale_against_ledger": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "repair_operator": { | |
| "enum": [ | |
| "modify_prompt", | |
| "change_tool", | |
| "adjust_parameter", | |
| "reselect_clip", | |
| "retry_with_fallback", | |
| "abort_and_skip" | |
| ] | |
| }, | |
| "thought": { | |
| "type": "string" | |
| } | |
| }, | |
| "required": [ | |
| "repair_operator", | |
| "rationale_against_ledger", | |
| "operations" | |
| ], | |
| "type": "object" | |
| } | |