Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / ArgumentValidityOptions
Interface: ArgumentValidityOptions
Defined in: evals/src/scorers/trajectory/argument-validity.ts:19
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
name? | readonly | string | Optional name override. | evals/src/scorers/trajectory/argument-validity.ts:23 |
tools | readonly | readonly { inputSchema: SchemaLike; name: string; }[] | The tools whose inputSchema is used to validate matching calls. | evals/src/scorers/trajectory/argument-validity.ts:21 |