remember_conversation
Saves important conversation facts to long-term memory and keeps them consistent by adding, updating, or deleting entries when new information conflicts.
Instructions
Extracts durable facts from conversation text and reconciles them into long-term memory (ADD, UPDATE, DELETE, NOOP).
Args: user_id: The unique identifier for the user. conversation_text: The conversation transcript or user statement to remember.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| conversation_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |