memory_recall_feedback
Report whether recalled memories were helpful to tune future ranking. Strengthen helpful memories and links, or weaken misleading ones to improve recall relevance.
Instructions
Report whether recalled memories were helpful, to tune future ranking.
This closes the learning loop: `helpful=True` strengthens the memories and the
links between them (they will resurface more readily); `helpful=False` weakens
them and lowers their confidence. Only memories visible to this agent are
affected — you cannot influence another identity's memories. Returns a summary
of what was reinforced or weakened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| helpful | No | True if the recalled memories helped (reinforce them); False if they misled you (weaken them and lower confidence). | |
| memory_ids | Yes | Ids of memories that were just recalled together, whose usefulness you are reporting. | |
| create_colinks | No | If true, create weak 'co_recalled' links between the given memories that weren't already linked. |