UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

6 lines 254 B
import type { PromptModelProvider } from "../types/prompts.js"; /** * A mapping of PromptModelProvider to a human-readable string */ export declare const PromptModelProviders: Record<PromptModelProvider, string>; //# sourceMappingURL=constants.d.ts.map