UNPKG

langsmith

Version:

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

4 lines (3 loc) 249 B
import type { GenerateContentResponseUsageMetadata, UsageMetadata } from "@google/genai"; import { KVMap } from "../schemas.js"; export declare const createGeminiUsageMetadata: (usage: UsageMetadata | GenerateContentResponseUsageMetadata) => KVMap;