verify_memory
Confirm a memory's accuracy by marking it as verified and updating its timestamp, preventing hallucinations from outdated information.
Instructions
Mark a memory as verified, updating its last_verified timestamp to now.
Use this when you've confirmed the memory is still accurate and up-to-date.
This helps track memory freshness and prevents hallucinations from outdated information.
Args:
doc_id: The ID of the memory to verify
Returns:
A dictionary with status and message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||