touch_memory
Reinforce a memory by updating its last accessed time and use count, preventing natural decay and strengthening its retention.
Instructions
Reinforce a memory by updating its last accessed time and use count.
This resets the temporal decay and increases the memory's resistance to being forgotten. Optionally can boost the memory's base strength.
Args: memory_id: ID of the memory to reinforce (valid UUID). boost_strength: Whether to boost the base strength.
Returns: Updated memory statistics including old and new scores.
Raises: ValueError: If memory_id is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| boost_strength | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||