reset_loop
Clear tracked attempt history to stop a problem from being flagged as a repeat. Use an error signature to clear one issue or clear_all to wipe the project's history.
Instructions
Clear tracked attempt history so a problem is no longer flagged as a repeat. Pass an error_signature to clear just that one, or clear_all=true to wipe everything for this project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear_all | No | If true, wipes all tracked history. | |
| error_signature | No | The error text to clear history for. |