Store a new memory
rememberStore a new memory in the database with scope, content, and source details for later retrieval.
Instructions
This endpoint stores a new memory in the database, using the provided scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 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 new memory. |