retry_verdicts
Retry parked verdict re-evaluations after transient failures such as provider outages or timeouts. Re-runs only the failed verification slots without changing assertions, controls, or verdict content.
Instructions
Re-trigger a model's parked verdict re-evals after a transient failure.
When a verdict re-evaluation fails transiently — a provider outage, exhausted credits, or a timeout — it is parked and reads as "unavailable / treated as unverified", recovering only after a delay. This forces an immediate, non-destructive re-run of ONLY the parked/failed re-eval slots, across every verdict kind (coverage, group-sufficiency, per-control sufficiency, coherence). It changes no assertions, controls, or verdict content, so no IDs churn. Evaluation runs in the background — re-read the sufficiency or verification report shortly after to see updated verdicts.
Prefer this over recompute_verdicts when verdicts are stuck due to an
outage: recompute_verdicts force-enqueues coverage + group-sufficiency
for the whole model (metered per its estimate) and cannot un-park a job
whose inputs are unchanged, whereas this re-arms exactly the failed slots
and covers per-control sufficiency + coherence too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model whose parked verdicts to retry. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||