memory_remember
Store a fact in persistent memory by providing a key and value. Retrieve it later using the key to access information across sessions.
Instructions
[memory] Store a fact in persistent memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |