Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 9, 2024
1 parent 8033b7e commit 114a79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/langsmith/_internal/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def serialized_run_operation_to_multipart_parts_and_context(
op: SerializedRunOperation,
) -> MultipartPartsAndContext:
acc_parts: list[MultipartPart] = []

# this is main object, minus inputs/outputs/events/attachments
acc_parts.append(
(
Expand Down

0 comments on commit 114a79d

Please sign in to comment.