memory_reinforce
Strengthen associations among records retrieved together by incrementing their connection weights, so co-used records appear together in future context.
Instructions
Boost Hebbian edges among co-retrieved record ids. Mutates edge weights. Use when two records co-answered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Record UUIDs that were co-retrieved in the current context. Edges between every pair are incremented; identical pair sets are idempotent within one session. | |
| session_id | No | Session identifier for correlating this reinforcement with the session's retrieval history. Optional; omit for old clients. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_weights | No | ||
| edges_boosted | No |