diff --git a/litellm/proxy/utils.py b/litellm/proxy/utils.py index 222103fe6f7..a25645ee282 100644 --- a/litellm/proxy/utils.py +++ b/litellm/proxy/utils.py @@ -802,9 +802,7 @@ class ProxyLogging: verbose_proxy_logger.error(f"Error in manual argument parsing: {e}") return None - def _convert_llm_result_to_mcp_during_response( - self, llm_result, request_obj - ) -> MCPDuringCallResponseObject | None: + def _convert_llm_result_to_mcp_during_response(self, llm_result, request_obj) -> MCPDuringCallResponseObject | None: """ Convert LLM guardrail result back to MCP during call response format. """