save_project_observations
Store project observations with entity names and content strings to a persistent file for knowledge graph memory.
Instructions
Save observations for a project to a separate file in the format { projectId, observations: [{ entityName, contents: [...] }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project identifier | |
| observations | Yes | An array of observation objects to add |