save_memory
Save project decisions, preferences, or fixes to long-term storage with a category, topic, and detailed content for future semantic retrieval.
Instructions
Save a memory to the long-term storage.
Args:
category: The category of the memory (e.g., "architecture", "preference", "fix")
topic: A short descriptive title for the memory
content: The detailed memory/decision text
Returns:
A dictionary with status, doc_id, topic, and category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| content | Yes | ||
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||