report_attempt
Record a failed fix attempt to stop repeating the same error, check prior tries, and know when web search is required before retrying.
Instructions
Report that a fix attempt for an error/bug just failed. Returns whether this exact problem has been tried before and whether you're now required to use your web search tool before retrying. Call this immediately after any failed fix, before writing more code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix_summary | Yes | One-line description of the fix you just attempted. | |
| error_signature | Yes | The error message, test failure, or symptom text (verbatim or close to it). |