Skip to content

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

PropertyModifierTypeDescriptionDefined in
caseInsensitive?readonlybooleanWhen true, treat strings case-insensitively. Default false.evals/src/scorers/code/exact-match.ts:16
name?readonlystringOptional name override. Default 'exact-match'.evals/src/scorers/code/exact-match.ts:14
trim?readonlybooleanWhen true, trim whitespace before comparing strings. Default false.evals/src/scorers/code/exact-match.ts:18