@arizeai/phoenix-client
Version:
A client for the Phoenix API
6 lines • 337 B
TypeScript
import { Evaluator } from "../../types/experiments.js";
/**
* A function that normalizes evaluators to be runnable by experiments. This is a best effort to support a variety of evaluator types.
*/
export declare function getExperimentEvaluators(evaluators: unknown[]): Evaluator[];
//# sourceMappingURL=getExperimentEvaluators.d.ts.map