Add Observations
add_observationsAdd atomic facts to existing entities in the knowledge graph. Ensure the entity exists before adding observations to maintain data integrity.
Instructions
Add new observations (atomic facts) to existing entities in the knowledge graph. Fails if an entity does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Memory scope/tenant. Use the same namespace to keep related memories together (e.g. "user:alice" or "user:alice:project:frontend"). Defaults to "default". | |
| observations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| namespace | Yes |