From da4595b88978dccf327f9af669062d21a7051a85 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 7 Feb 2024 01:09:35 -0800 Subject: [PATCH] Enable auto batch (#391) Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> --- python/langsmith/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/langsmith/client.py b/python/langsmith/client.py index 6bde27f0d..b51e0dafe 100644 --- a/python/langsmith/client.py +++ b/python/langsmith/client.py @@ -343,7 +343,7 @@ def __init__( timeout_ms: Optional[int] = None, web_url: Optional[str] = None, session: Optional[requests.Session] = None, - auto_batch_tracing: bool = False, + auto_batch_tracing: bool = True, ) -> None: """Initialize a Client instance.