Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / argumentValidity
Function: argumentValidity()
ts
function argumentValidity<I>(options): Scorer<I, Trajectory>;Defined in: evals/src/scorers/trajectory/argument-validity.ts:27
Type Parameters
| Type Parameter | Default type |
|---|---|
I | unknown |
Parameters
| Parameter | Type |
|---|---|
options | ArgumentValidityOptions |
Returns
Scorer<I, Trajectory>