Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/evals / / exactMatch

Function: exactMatch()

ts
function exactMatch<I, O>(options?): Scorer<I, O>;

Defined in: evals/src/scorers/code/exact-match.ts:26

Build an exact-match scorer.

Type Parameters

Type ParameterDefault type
Iunknown
Ounknown

Parameters

ParameterType
optionsExactMatchOptions

Returns

Scorer&lt;I, O&gt;

Stable