UNPKG

langsmith

Version:

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

3 lines (2 loc) 141 B
import type { SDKMessage } from "./types.js"; export declare function extractUsageFromMessage(message: SDKMessage): Record<string, unknown>;