extract_memories
Extract key facts from conversation exchanges to identify architecture decisions, user preferences, and bug fixes worth remembering for future reference.
Instructions
Extract memories from a conversation exchange using AI. Send the developer message and assistant response, and the server identifies facts worth remembering (architecture decisions, preferences, bug fixes, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_message | Yes | The developer's message | |
| assistant_response | No | The assistant's response | |
| previous_context | No | Previous exchange for context |