Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/evals / / ArgumentValidityOptions

Interface: ArgumentValidityOptions

Defined in: packages/evals/src/scorers/trajectory/argument-validity.ts:19

Stable

Properties

PropertyModifierTypeDescriptionDefined in
name?readonlystringOptional name override.packages/evals/src/scorers/trajectory/argument-validity.ts:23
toolsreadonlyreadonly { inputSchema: SchemaLike; name: string; }[]The tools whose inputSchema is used to validate matching calls.packages/evals/src/scorers/trajectory/argument-validity.ts:21