Skip to content

Commit

Permalink
fix update_examples issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agola11 committed Dec 10, 2024
1 parent bf00aa6 commit c63b92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4258,6 +4258,7 @@ def update_examples(
metadata or [None] * len(example_ids),
splits or [None] * len(example_ids),
dataset_ids or [None] * len(example_ids),
attachments_operations or [None] * len(example_ids),
)
]
response = self.request_with_retries(
Expand Down

0 comments on commit c63b92c

Please sign in to comment.