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 Parameter | Default type |
|---|---|
I | unknown |
Parameters
| Parameter | Type |
|---|---|
options | RedundantCallDetectionOptions |
Returns
Scorer<I, Trajectory>