Skip to content

Commit

Permalink
Enable auto batch (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: William FH <[email protected]>
  • Loading branch information
nfcampos and hinthornw authored Feb 7, 2024
1 parent cf733d4 commit da4595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da4595b

Please sign in to comment.