Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / MemoryEvalInput
Interface: MemoryEvalInput
Defined in: evals/src/loaders/memory-eval.ts:60
Input handed to the memory system under test for one eval case.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
ability? | readonly | MemoryEvalAbility | Mapped ability (MemoryEvalAbility); the raw category lives in metadata. | evals/src/loaders/memory-eval.ts:71 |
askedAt? | readonly | string | When the question is asked. Drives temporal / knowledge-update reasoning; dataset-native string (not necessarily ISO-8601). | evals/src/loaders/memory-eval.ts:69 |
haystackSessions | readonly | readonly MemoryEvalSession[] | Prior sessions to ingest before the question is asked. | evals/src/loaders/memory-eval.ts:62 |
question | readonly | string | The question to answer from memory. | evals/src/loaders/memory-eval.ts:64 |