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 Parameter | Default type |
|---|---|
I | unknown |
O | unknown |
Parameters
| Parameter | Type |
|---|---|
options | ExactMatchOptions |
Returns
Scorer<I, O>