From fd595558b0f59b647de92ec947a8557777b2235f Mon Sep 17 00:00:00 2001 From: Daniel Vu Dao Date: Wed, 22 Jan 2025 20:19:55 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Update=20`client.py`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b23f88a12..dd8a90f31 100644 --- a/python/langsmith/client.py +++ b/python/langsmith/client.py @@ -4423,7 +4423,7 @@ def list_examples( offset (int, default=0): The offset to start from. Defaults to 0. limit (Optional[int]): The maximum number of examples to return. metadata (Optional[dict]): A dictionary of metadata to filter by. - filter (Optional[str]): A structured fileter string to apply to + filter (Optional[str]): A structured filter string to apply to the examples. include_attachments (bool, default=False): Whether to include the attachments in the response. Defaults to False.