resolve_problem
Close an open problem by recording its resolution. Supply the problem ID and a detailed explanation, and get a status string back.
Instructions
Marks a Problem as closed and records the resolution. Returns a status string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem_id | Yes | The unique ID or name of the problem node. | |
| resolution_text | Yes | Explanation of how the problem was resolved (min 10 chars). | |
| repo | No | Optional absolute path to the repository. |