graph_graph_add_edge
Add a directed edge from a source node to a destination node in a graph. Both nodes are automatically created if they do not already exist.
Instructions
[graph] Add a directed edge src → dst. Both nodes are auto-created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| src | Yes | ||
| dst | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |