Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / MemoryEvalSession
Interface: MemoryEvalSession
Defined in: evals/src/loaders/memory-eval.ts:36
One prior session in the haystack the memory system must ingest before the question is asked.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | string | evals/src/loaders/memory-eval.ts:37 |
turns | readonly | readonly MemoryEvalTurn[] | evals/src/loaders/memory-eval.ts:38 |