sage_suggest_fix
After a SAGE command fails, get safe fix suggestions with explanations and confidence scores without executing any commands.
Instructions
Suggest safe next steps for a failed SAGE command. Use after sage_explain_error when you want possible fixes but do not want them executed automatically. Returns a list of fix suggestions with explanation, confidence, and candidate command when available. Read-only: it never applies patches and never runs the suggested command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_id | No | Optional SAGE run id. Omit to use the most recent failed command. |