UNPKG

langsmith

Version:

Client library to connect to the LangSmith Observability and Evaluation Platform.

4 lines (3 loc) 190 B
import TableInternal from './internal-table.js'; export declare const preProcessColumns: (table: TableInternal) => void; export declare const preProcessRows: (table: TableInternal) => void;