Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/evals / / ExactMatchOptions
Interface: ExactMatchOptions
Defined in: evals/src/scorers/code/exact-match.ts:12
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
caseInsensitive? | readonly | boolean | When true, treat strings case-insensitively. Default false. | evals/src/scorers/code/exact-match.ts:16 |
name? | readonly | string | Optional name override. Default 'exact-match'. | evals/src/scorers/code/exact-match.ts:14 |
trim? | readonly | boolean | When true, trim whitespace before comparing strings. Default false. | evals/src/scorers/code/exact-match.ts:18 |