update_memory
Modify a memory's content, emotional valence, intensity, tags, district, or epistemic status to keep knowledge accurate and organized.
Instructions
Update an existing memory's content, tags, district, emotional_valence, intensity, or epistemic_status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ID of the memory to update | |
| content | No | New content (optional) | |
| district | No | New district (optional) | |
| tags | No | New tags (optional, replaces existing) | |
| emotional_valence | No | New emotional charge (optional) | |
| intensity | No | New intensity (optional) | |
| actor_district | No | Optional caller district for loop telemetry attribution | |
| agent_id | No | Optional caller agent identifier for loop telemetry attribution | |
| project_id | No | New project identifier (optional); pass null to clear existing project attribution | |
| epistemic_status | No | New epistemic status (optional) |