Skip to content

Commit

Permalink
Merge branch 'isaac/multipartstuff' into isaac/updateexamplesmultipart
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 authored Dec 9, 2024
2 parents 5891ce1 + 1abe4f9 commit 57e366d
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 @@ -3656,7 +3656,7 @@ def upload_examples_multipart(
) -> ls_schemas.UpsertExamplesResponse:
"""Upload examples."""
if not (self.info.instance_flags or {}).get(
"examples_multipart_enabled", False
"dataset_examples_multipart_enabled", False
):
raise ValueError(
"Your LangSmith version does not allow using the multipart examples endpoint, please update to the latest version."
Expand Down

0 comments on commit 57e366d

Please sign in to comment.