create_entities
Add new entities to the knowledge graph by providing a name and entity type, with optional observations, tags, and metadata. Duplicate names are skipped.
Instructions
Create new entities in the knowledge graph.
Each entity needs: name (str), entityType (str). Optional: observations (list[str]), tags (list[str]), metadata (dict). Skips duplicates by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |