Skip to content

Commit

Permalink
add comment to unused function for future use
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-langchain committed Dec 9, 2024
1 parent 79ec2c6 commit f0ba212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/_internal/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def compress_operations(
*,
batch_size: Optional[int] = None,
) -> Iterator[bytes]:
"""Compress a sequence of operations into multipart form data.
"""Compress a sequence of operations into multipart form data. Used for batch run ingestion.
Args:
ops: Sequence of operations to compress
Expand Down

0 comments on commit f0ba212

Please sign in to comment.