Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / finalStateCorrect
Function: finalStateCorrect()
ts
function finalStateCorrect<I>(options): Scorer<I, Trajectory>;Defined in: evals/src/scorers/trajectory/final-state-correct.ts:28
Type Parameters
| Type Parameter | Default type |
|---|---|
I | unknown |
Parameters
| Parameter | Type |
|---|---|
options | FinalStateCorrectOptions |
Returns
Scorer<I, Trajectory>