Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/evals / / MemoryOperationsObservation
Interface: MemoryOperationsObservation
Defined in: packages/evals/src/loaders/memory-eval.ts:149
What the system under test exposes for scoring after replaying one operation-level case: the observable memory contents post-ingest plus the QA answer when the case carried a question. Produced by the replaying harness in benchmarks/ - this package stays type-only with respect to @graphorin/memory.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
answer? | readonly | string | The answer produced for MemoryOperationsEvalInput.question. | packages/evals/src/loaders/memory-eval.ts:153 |
memoryPoints | readonly | readonly string[] | Textual contents of every recall-eligible memory point after ingest. | packages/evals/src/loaders/memory-eval.ts:151 |