create_relations
Creates multiple new relations between entities in a knowledge graph. Each relation must specify a source entity, a target entity, and a relation type.
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 |