create_entities
Create new entities in the knowledge graph by specifying name, type, and observations. Duplicates are automatically ignored.
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
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |