Explain an eval result
explain_resultExplains why an evalgate result passed or failed by surfacing tripped gates, failed cases, and per-assertion claim-level grounding. Read-only.
Instructions
Read an evalgate result artifact (.evalgate/result.json) and explain why it passed or failed: which gates tripped, which cases failed, and the per-assertion explanation for each — including the claim-level grounding breakdown. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resultPath | Yes | Path to a result artifact written by `evalgate run --json`. | |
| failuresOnly | No | Only include cases that failed or were flagged critical. Defaults to true. |