Update an existing memory
updateUpdate an existing memory by providing its ID, scope, content, and source to replace the stored information.
Instructions
This endpoint updates an existing memory in the database, using the provided id to identify the memory to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The id of a specific memory to replace. | |
| scope | Yes | A unique identifier for the target set of memories. Can be any combination of user, application, contextual ids, as needed for scoping and personalization. | |
| content | Yes | The new content to remember. | |
| source | Yes | The source or origin of this memory. A deep URI to the origin of the fact is preferred (e.g., a specific URL, file path, or reference). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the updated memory. |