KIROK_update_memory
Update a stored memory by providing new content or context; the tool re-extracts entities, keywords, and regenerates embeddings automatically.
Instructions
Update an existing memory's content. Re-extracts entities/keywords and regenerates the embedding if content changes.
Args: memory_id: ID of the memory to update. content: New content text (leave empty to keep current). context: New context string (leave empty to keep current).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| context | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |