Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/evals / / recoveryAfterError
Function: recoveryAfterError()
ts
function recoveryAfterError<I>(options?): Scorer<I, Trajectory>;Defined in: evals/src/scorers/trajectory/recovery-after-error.ts:22
Type Parameters
| Type Parameter | Default type |
|---|---|
I | unknown |
Parameters
| Parameter | Type |
|---|---|
options | RecoveryAfterErrorOptions |
Returns
Scorer<I, Trajectory>