diff --git a/litellm/completion_extras/litellm_responses_transformation/transformation.py b/litellm/completion_extras/litellm_responses_transformation/transformation.py index cb3a0b6b4fe..49f5c5b1de3 100644 --- a/litellm/completion_extras/litellm_responses_transformation/transformation.py +++ b/litellm/completion_extras/litellm_responses_transformation/transformation.py @@ -813,9 +813,7 @@ class LiteLLMResponsesTransformationHandler(CompletionTransformationBridge): f"Chat provider: image -> {converted}" ) elif item_type == "file": - converted = self._convert_content_file_to_input_file( - item - ) + converted = self._convert_content_file_to_input_file(item) result.append(converted) verbose_logger.debug( f"Chat provider: file -> {converted}"