add_observations
Add new observations to existing knowledge graph entities by providing an entity name and content list, enabling incremental knowledge updates.
Instructions
Add new observations to existing entities in the knowledge graph.
Each item must have: entityName (str), contents (list[str]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |