UNPKG

langsmith

Version:

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

4 lines (3 loc) 358 B
import type { LanguageModelV2DataContent } from "@ai-sdk/provider"; export declare const normalizeFileDataAsDataURL: (fileData: LanguageModelV2DataContent | ArrayBuffer, mimeType?: string) => string; export declare const convertMessageToTracedFormat: (message: Record<string, unknown>, responseMetadata?: Record<string, unknown>) => Record<string, unknown>;