UNPKG

langsmith

Version:

Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.

6 lines (5 loc) 221 B
export { Client, } from "./client.js"; export { RunTree } from "./run_trees.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; // Update using yarn bump-version export const __version__ = "0.3.15";