resolve_problem
Mark a problem as resolved by providing its ID and a resolution explanation. Updates the knowledge graph with the closure status.
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. |