Record Recall Feedback
record_recall_feedbackRecords corrections and feedback when memory recall results are missing or wrong. Captures missing memories and corrections to improve future recall accuracy.
Instructions
Record recall corrections. Call this when the user says relevant context was missing or wrong, or supplies memories that should have been found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Freeform notes explaining recall feedback or corrections. | |
| query | Yes | Natural-language question or search text. | |
| metadata_json | No | Optional JSON object string with extra metadata for the operation. | {} |
| missing_ids_json | No | JSON array of relevant memory IDs that were missing from recall results. | [] |
| returned_ids_json | No | JSON array of memory IDs returned by the recall query. | [] |
| corrected_ids_json | No | JSON array of memory IDs that should have been returned for the recall query. | [] |
| missing_memories_json | No | JSON array of memory snippets or objects that should exist but were missing. | [] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |