UNPKG

langsmith

Version:

Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.

6 lines (5 loc) 277 B
export declare function printReporterTable(testSuiteName: string, results: { title: string; duration: number; status: "pass" | "passed" | "fail" | "failed" | "pending" | "skipped"; }[], testStatus: "pass" | "skip" | "fail", failureMessage?: string): Promise<void>;