create_relations
Add multiple relations between entities in the knowledge graph to define connections and build a structured network.
Instructions
Create multiple new relations between entities in the knowledge graph.
Each relation dict must have: from (str), to (str), relationType (str). Relations should be in active voice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |