create_entities
Create multiple entities in a knowledge graph, each with a name, type, and observations, to store and manage structured data persistently.
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 |