Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/evals / / stripIterationSuffix

Function: stripIterationSuffix()

ts
function stripIterationSuffix(caseId): string;

Defined in: packages/evals/src/stats.ts:85

Stable

Strip the -iter-N disambiguation suffix the runner appends under iterations > 1, recovering the base case id.

Parameters

ParameterType
caseIdstring

Returns

string