Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/evals / / RedundantCallDetectionOptions

Interface: RedundantCallDetectionOptions

Defined in: evals/src/scorers/trajectory/redundant-call-detection.ts:16

Stable

Properties

PropertyModifierTypeDescriptionDefined in
ignore?readonlyreadonly string[]Tool names exempt from the check (legitimately repeatable).evals/src/scorers/trajectory/redundant-call-detection.ts:20
maxRedundant?readonlynumberMaximum tolerated redundant repeats before the scorer fails. Default 0.evals/src/scorers/trajectory/redundant-call-detection.ts:18
name?readonlystringOptional name override.evals/src/scorers/trajectory/redundant-call-detection.ts:22