create_entities
Create entities in a knowledge graph with name, type, and observations. Supports optional project grouping and ignores duplicates.
Instructions
Create new entities in the knowledge graph.
Each entity dict has: name (str), entityType (str), observations (list[str]). Optional: project (str). Duplicates are silently ignored.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |