mnemostack_feedback
Record explicit feedback to enhance stateful recall learning. Accepts 'clicked' signals for inhibition-of-return and search sources for Q-learning weight updates.
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 |
|---|---|---|---|
| hit_id | Yes | ||
| signal | Yes | ||
| query | No | Natural language question or keyword associated with the feedback | |
| query_type | No | ||
| source | No | ||
| sources | No | ||
| reward | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||