create_relations
Create directed relations between entities in a knowledge graph. Each relation specifies a source, target, and type; duplicates are ignored.
Instructions
Create relations between entities in the knowledge graph.
Each dict has: from (str), to (str), relationType (str). Duplicate relations are silently ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |