Skip to content

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

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