From 27c47397ba06f77129c50c7eea817a41314b507c Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Fri, 10 Jan 2025 10:22:06 -0800 Subject: [PATCH] fmt --- python/langsmith/evaluation/_runner.py | 1 + 1 file changed, 1 insertion(+) 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