explain_failure
Retrieve full traceback and output for a specific failing check from a verify run, using the check ID to pinpoint the error details.
Instructions
Full traceback and output for one failing check from a previous verify run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | optional; defaults to the most recent run containing this check. | |
| check_id | Yes | the failure's check_id, e.g. 'pytest::tests/test_x.py::test_y'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||