Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / CorrectToolSelectedOptions
Interface: CorrectToolSelectedOptions
Defined in: evals/src/scorers/trajectory/correct-tool-selected.ts:14
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
expected | readonly | string | readonly string[] | The tool name (or ordered sequence of names) the harness should call. | evals/src/scorers/trajectory/correct-tool-selected.ts:16 |
name? | readonly | string | Optional name override. | evals/src/scorers/trajectory/correct-tool-selected.ts:20 |
requireOrder? | readonly | boolean | When true, the expected names must appear in order. Default false. | evals/src/scorers/trajectory/correct-tool-selected.ts:18 |