Add Memory
add_memoryStore text memories with semantic indexing to enable search and integration into chat responses via Memory Augmented Generation. Use for notes, meeting summaries, and insights.
Instructions
Store a text memory with semantic indexing. Memories are searchable and integrated into personal chat responses via Memory Augmented Generation (MAG). Use this to store notes, meeting summaries, insights, or any text knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to store as a memory | |
| unique_id | No | Namespace (default: 'default') | |
| tags | No | Comma-separated tags for categorization |