mnemostack_feedback
Record explicit feedback for stateful recall learning, with support for inhibition-of-return exposure via 'clicked' signal and source weight updates from search results.
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 | |||