mnemostack_feedback
Record explicit feedback signals to improve memory retrieval through Q-learning. Log clicked or other signals, optionally with query, reward, and source labels, to update retrieval weights.
Instructions
Record explicit feedback for stateful recall learning.
Use signal='clicked' to also record inhibition-of-return exposure. Pass retriever labels from mnemostack_search results as sources so Q-learning can update source weights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Natural language question or keyword associated with the feedback | |
| hit_id | Yes | ||
| reward | No | ||
| signal | Yes | ||
| source | No | ||
| sources | No | ||
| query_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||