create_entities
Create multiple new entities in a knowledge graph with observations and custom properties. Optionally override existing entities to update or replace them.
Instructions
Create multiple new entities in the knowledge graph. Returns entities with their assigned IDs. Constraints: entities unique by (name, entityType); observations unique by (entity, observationType, source). Use override=true to replace existing entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Memory category (e.g., 'work', 'personal', 'project-alpha'). Defaults to 'default' | |
| override | No | If true, replace existing entities instead of skipping them. Defaults to false | |
| entities | Yes |