UNPKG

langsmith

Version:

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

8 lines (7 loc) 327 B
import type { RunTreeConfig } from "../../index.js"; export declare function wrapManagedAgentSessionEvents({ originalBeta, tracedBeta, cleanedOptions, prepopulatedInvocationParams, }: { originalBeta: any; tracedBeta: any; cleanedOptions: Partial<RunTreeConfig>; prepopulatedInvocationParams: unknown; }): void;