UNPKG

langsmith

Version:

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

7 lines (6 loc) 197 B
/** * Check if tracing is enabled for the current run tree or environment. * * @returns `true` if tracing is enabled, `false` otherwise. */ export declare function isTracingEnabled(): boolean;