remember
Store information with optional context, importance score, and tags for later retrieval and analysis across conversations.
Instructions
Store a new memory with optional context and importance scoring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The memory content to store | |
| context | No | Additional context for the memory | |
| importance | No | Importance score (0-1) | |
| tags | No | Tags for categorization | |
| metadata | No | Additional metadata |