Suggest Fix
suggest_fixRetrieve corrective actions for failures by searching lesson database and prevention rules. Returns up to 3 ranked suggestions to guide next steps.
Instructions
Suggest corrective actions for a described failure by searching the lesson DB and prevention rules. Returns up to 3 ranked suggestions with their source. Call this when something goes wrong and you need guidance on what to do next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Description of what went wrong or what the agent is trying to fix. | |
| limit | No | Maximum number of suggestions to return (default 3, max 5). |