add_observations
Add new observations to existing entities in the knowledge graph by specifying entity name and content list for each observation.
Instructions
Add new observations to existing entities in the knowledge graph.
Each dict must have: entityName (str), contents (list[str]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |