@arizeai/phoenix-client
Version:
A client for the Phoenix API
5 lines • 687 B
TypeScript
export type { PhoenixDescribe, PhoenixTest, PhoenixTestApi, PhoenixTestEach, } from "../testing/define-api.js";
export type { AcceptanceCriterion, AcceptanceMetric, AcceptanceResult, Annotation, AnnotatorKind, EvaluationParams, EvaluationResult, Evaluator, EvaluatorResult, KVMap, ReferenceOutput, SuiteConfig, TestArgs, TestConfig, TestEachRow, TestFn, TestParams, TestParamsBase, } from "../testing/types.js";
export { evaluate, logAnnotation, logOutput, traceEvaluator, } from "../testing/helpers.js";
export declare const describe: import("./index.js").PhoenixDescribe, test: import("./index.js").PhoenixTest, it: import("./index.js").PhoenixTest;
//# sourceMappingURL=index.d.ts.map