Skip to content

Commit

Permalink
py: Add session_id and session_name to patch parts in batch/multipart (
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos authored Oct 10, 2024
2 parents 81dce7a + c1e5160 commit de1ed0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,8 @@ def update_run(
"dotted_order": kwargs.pop("dotted_order", None),
"tags": tags,
"extra": extra,
"session_id": kwargs.pop("session_id", None),
"session_name": kwargs.pop("session_name", None),
}
if not self._filter_for_sampling([data], patch=True):
return
Expand Down

0 comments on commit de1ed0e

Please sign in to comment.