create_entities
Batch-create entities in the knowledge graph, each with a name, entity type, and observations.
Instructions
Create multiple new entities in the knowledge graph.
Each entity 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 |