mdan_graph_add_edge
Adds a relationship between two nodes in the context graph, rejecting cycles to keep the graph valid.
Instructions
Add a relationship between two nodes of the context graph (cycles are rejected)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source node ID | |
| target | Yes | Target node ID | |
| relation | No | Relation type | input_to |