Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / parseLocomo
Function: parseLocomo()
ts
function parseLocomo(text): readonly Case<MemoryEvalInput, string, Readonly<Record<string, unknown>>>[];Defined in: evals/src/loaders/locomo.ts:83
Pure parser. Exported so tests can exercise the mapping without touching the filesystem.
Parameters
| Parameter | Type |
|---|---|
text | string |
Returns
readonly Case<MemoryEvalInput, string, Readonly<Record<string, unknown>>>[]