diff --git a/libs/core/langchain_core/tracers/context.py b/libs/core/langchain_core/tracers/context.py index feae1014cd2..fcd588ee354 100644 --- a/libs/core/langchain_core/tracers/context.py +++ b/libs/core/langchain_core/tracers/context.py @@ -53,6 +53,8 @@ def tracing_v2_enabled( Defaults to None. tags (List[str], optional): The tags to add to the run. Defaults to None. + client (LangSmithClient, optional): The client of the langsmith. + Defaults to None. Returns: None