UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

6 lines 334 B
import { Evaluator } from "../../types/experiments"; /** * 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