run_probe
Get a probe's prompt and grading hint to attempt it yourself, then record success or failure with record_attempt to maintain accurate skill loops.
Instructions
Surface a registered probe for self-attempt. Returns the prompt and the grader hint. After attempting, call record_attempt(category, success=true/false, probe_id=...) — the harness doesn't auto-grade because attempting and judging are the same model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |