Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / RetrievalGradeOptions
Interface: RetrievalGradeOptions
Defined in: packages/memory/src/search/iterative.ts:186
Per-call options for a RetrievalGrader.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
signal? | readonly | AbortSignal | Cancellation signal forwarded to the underlying provider call. | packages/memory/src/search/iterative.ts:188 |
triedQueries? | readonly | readonly string[] | Reformulations already attempted (MRET-11). Surfaced to the grader as context so it can propose something genuinely new - the grade itself is ALWAYS judged against the original question, never a reformulation (a narrowed sub-query must not be declared "sufficient" while the original multi-hop question is not). | packages/memory/src/search/iterative.ts:196 |