kg_resolve_question
Resolve a question by linking it to a decision or insight that answers it, creating a 'resolved_by' relationship for clear traceability.
Instructions
Marks a question as resolved by linking it to a decision, insight, or other node that answers it. Creates a 'resolved_by' relationship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | ID of the question node to resolve | |
| resolved_by_id | Yes | ID of the node that resolves this question (typically a decision or insight) | |
| resolution_note | No | Optional note explaining how this resolves the question |