update_node
Apply a partial patch to a graph node: merge new property values and remove obsolete keys, optionally marking the change as correction or supersede for history tracking.
Instructions
노드를 부분 갱신한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| patch | Yes | { set: {...}, remove: ["key", ...] } — set 은 merge, remove 는 properties 키 삭제. 서버관리 필드는 갱신 불가. | |
| reason | No | 왜 바꾸는지 ([24]). 생략=일반 갱신. 'correction'=기존 값이 틀렸다 → 덮어쓰고 틀린 값은 안 남긴다(변경 사실만 기록). 'supersede'=기존 값이 유효했으나 낡았다 → 이전 값을 이력에 백업한 뒤 덮어쓴다. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||