Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 9, 2024
1 parent 1796ce4 commit 5891ce1
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 @@ -3486,6 +3486,7 @@ def _prepate_multipart_data(
raise ValueError(
"The examples must be of type ExampleUploadWithAttachments"
" or ExampleUpsertWithAttachments"
" or ExampleUpdateWithAttachments"
)
if example.id is not None:
example_id = str(example.id)
Expand Down

0 comments on commit 5891ce1

Please sign in to comment.