Mark a debugging session resolved or abandoned
debug_session_resolveEnd a debugging session after the root cause is resolved or abandoned, optionally exporting the investigation record first for documentation.
Instructions
Closes out a debugging session once the root cause is found and fixed (or the investigation is abandoned). Call knowledge_base_export first if you want a written record of the investigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | resolved | |
| sessionId | Yes | ||
| resolutionSummary | No | The root cause and fix, in a sentence or two. |