Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/evals / / redundantCallDetection

Function: redundantCallDetection()

ts
function redundantCallDetection<I>(options?): Scorer<I, Trajectory>;

Defined in: evals/src/scorers/trajectory/redundant-call-detection.ts:26

Type Parameters

Type ParameterDefault type
Iunknown

Parameters

ParameterType
optionsRedundantCallDetectionOptions

Returns

Scorer&lt;I, Trajectory&gt;

Stable