add_observations
Add observations to existing entities in a knowledge graph to expand persistent memory. Provide entity name and content list to store new facts.
Instructions
Add new observations to existing entities in the knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observations | Yes | List of dicts with keys: entityName, contents (list of strings). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |