merge_nodes
Merge two knowledge graph nodes by retaining node_a and absorbing node_b, with an optional combined summary for clean consolidation.
Instructions
두 노드를 하나로 병합합니다. node_a를 유지하고 node_b를 흡수합니다.
Args: node_a: 유지할 노드 이름 node_b: 흡수될 노드 이름 (병합 후 soft delete) merged_summary: Claude가 합쳐서 작성한 통합 요약 (선택. 비어있으면 단순 append)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_a | Yes | ||
| node_b | Yes | ||
| merged_summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |