UNPKG

langsmith

Version:

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

6 lines (5 loc) 288 B
import type { RunTreeConfig } from "../../run_trees.js"; /** * Configuration options for wrapping Claude Agent SDK with LangSmith tracing. */ export type WrapClaudeAgentSDKConfig = Partial<Omit<RunTreeConfig, "inputs" | "outputs" | "run_type" | "child_runs" | "parent_run" | "error">>;