Report Fix Outcome
report_outcomeReport if a DebugAI fix resolved an error, providing feedback to improve future fix suggestions. Include new error text on failure.
Instructions
Report whether a DebugAI fix actually worked after you applied it. Call this ONCE after applying (or abandoning) a fix from debug_error, passing the debug_log_id from that response. If the fix failed, include the new error text — failed-fix follow-ups directly improve future answers for this codebase, and confirmed rank-1 fixes are remembered for the whole team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | "worked" = the fix resolved the error; "failed" = it did not (or made things worse). | |
| fixRank | No | Which ranked fix you applied (1-3). Rank 1 outcomes feed team error memory. | |
| newError | No | If result is "failed": the error observed AFTER applying the fix. | |
| debugLogId | Yes | The debug_log_id value from the debug_error response you are reporting on. |