Type Aliases

RetrievalRejectReason

Type Alias: RetrievalRejectReason

RetrievalRejectReason = "below-threshold" | "over-budget" | "over-max-entries" | "over-char-budget"

Defined in: src/memory/retrieval/types.ts:30

Why a candidate did not reach the prompt. Every rejected candidate names one of these — a rejection without a reason is the silence this whole record exists to remove.

On this page