FeedbackStore.unrefined()
Returns accepted pushback events lacking a refinement at (prompt_version, model).
Usage
FeedbackStore.unrefined(
*,
prompt_version,
model,
limit=None,
)Surfaces the columns the refine prompt needs — dedup_key, source_kind, text, context_json, and the judge’s what_claude_did hint — oldest first.
Parameters
prompt_version: int-
The refine prompt version the refinement must carry.
model: str-
The resolved model name the refinement must carry.
limit: int | None = None- When set, the maximum number of rows to return.
Returns
list[dict[str, object]]- One dict per accepted, unrefined event.