complete_judgment
Finalize a pending judgment receipt by submitting overall verdict, score, per-criterion results, reasoning, and confidence. Returns a signed receipt linked to the original.
Instructions
Submit evaluation results to finalize a pending judgment receipt created by judge_receipt. Records the verdict, overall score, per-criterion scores and reasoning, and confidence. The judgment receipt is re-signed with Ed25519 and linked to the original receipt via parent_receipt_id. Returns the judgment receipt ID, verdict, score, and chain ID. Use immediately after evaluating the prompt returned by judge_receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| judgment_receipt_id | Yes | The pending judgment receipt ID returned by judge_receipt | |
| verdict | Yes | Overall evaluation result: "pass" (meets threshold), "fail" (below threshold), or "partial" (mixed results) | |
| score | Yes | Overall quality score from 0.0 to 1.0 | |
| criteria_results | Yes | Array of per-criterion results. Each item needs: criterion (name string), score (0.0-1.0), reasoning (explanation string) | |
| overall_reasoning | Yes | Overall explanation of the evaluation verdict | |
| confidence | Yes | Your confidence in this evaluation, 0.0 to 1.0 |