update_node
Modify node attributes like label, phase, tool, or custom properties in a NetworkX graph to reflect changes in state or decision processes.
Instructions
Update node properties (label, phase, tool, properties).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| node_id | Yes | ||
| label | No | ||
| phase | No | ||
| tool | No | ||
| properties | No |