create_relations
Add multiple entity relationships to the knowledge graph by specifying from, to, and relationType for each relation.
Instructions
Create multiple new relations between entities in the knowledge graph.
Each relation must have: from (str), to (str), relationType (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |