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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
ignore? | readonly | readonly string[] | Tool names exempt from the check (legitimately repeatable). | evals/src/scorers/trajectory/redundant-call-detection.ts:20 |
maxRedundant? | readonly | number | Maximum tolerated redundant repeats before the scorer fails. Default 0. | evals/src/scorers/trajectory/redundant-call-detection.ts:18 |
name? | readonly | string | Optional name override. | evals/src/scorers/trajectory/redundant-call-detection.ts:22 |