create_memory
Save a new memory entry with vector embedding for semantic search and retrieval. Organize memories by title, content, tags, and topic ID.
Instructions
Create a new memory entry with vector embedding
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | Memory title | |
| content | Yes | Memory content | |
| topic_id | No | Topic ID for organization | |
| memory_type | No |