amplify_link_decisions
Create a knowledge-graph link between two decisions. Specify the relation type and IDs to connect decision nodes.
Instructions
v1.2.0 — Add a knowledge-graph link between two existing decisions. Lightweight: one call = one link. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | ID of the decision that holds the link. | |
| to | Yes | ID of the decision being linked to. | |
| relation | Yes | Relation type: triggered_by=this was caused by `to`; caused=this led to `to`; relates_to=loose association. |