run_probe
Run a registered probe to receive a prompt and grader hint for self-attempt. After completing, record your attempt with success status using record_attempt.
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 |