sage_agentic_fix
Return the single best fix candidate for a failed SAGE command. Use when you need one actionable repair plan, not a list of alternatives. Input is an optional SAGE run id; when omitted, the most recent failed run is analyzed.
Instructions
Return the single best fix candidate for a failed SAGE command. Use when you need one actionable repair plan, not a list of alternatives. Input is an optional SAGE run id; when omitted, the most recent failed run is analyzed. Returns fix_command, strategy, confidence, and explanation, or null when no safe fix is known. Read-only: does not execute the fix and does not edit files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_id | No | Optional SAGE run id of the failed command. Omit to use the most recent failed command. |