diff --git a/python/langsmith/evaluation/_runner.py b/python/langsmith/evaluation/_runner.py index b54c8b858..b08775193 100644 --- a/python/langsmith/evaluation/_runner.py +++ b/python/langsmith/evaluation/_runner.py @@ -2247,6 +2247,7 @@ def _reset_example_attachments(example: schemas.Example) -> schemas.Example: new_attachments[key] = { "presigned_url": attachment["presigned_url"], "reader": reader, + "mime_type": attachment["mime_type"], } # Create a new Example instance with the updated attachments