create_entities
Create multiple entities in the knowledge graph by providing name, entity type, and observations.
Instructions
Create multiple new entities in the knowledge graph.
Each entity dict must have: name (str), entityType (str), observations (list[str]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |