Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✏️ Fix typo in client function list_examples #1457

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down