add_memory
Store a new memory in Mem0 with optional user ID and metadata to preserve context for future recall.
Instructions
Store a new memory in Mem0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to store as a memory | |
| user_id | No | User ID (defaults to env DEFAULT_USER_ID) | |
| metadata | No | Optional metadata |