brain_link
Create a typed edge connecting two existing nodes in a knowledge graph, with options for edge weight and type like 'caused_by' or 'supports'.
Instructions
Create a typed edge between two existing nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_id | Yes | Target node ID | |
| weight | No | Edge weight 0.0–1.0 (default 1.0) | |
| from_id | Yes | Source node ID | |
| edge_type | Yes | Edge type: caused_by|associates|supports|instance_of|goal_of|before|after|inhibits|summarizes|attaches_to|contradicts|supersedes|coreference_of|drives |