diff --git a/litellm/integrations/advisor_interception/handler.py b/litellm/integrations/advisor_interception/handler.py index 75f1b275127..e09268e1c4f 100644 --- a/litellm/integrations/advisor_interception/handler.py +++ b/litellm/integrations/advisor_interception/handler.py @@ -307,7 +307,7 @@ class AdvisorInterceptionLogger(CustomLogger): "response_format": "openai", } - async def async_run_chat_completion_agentic_loop( + async def async_run_chat_completion_agentic_loop( # noqa: PLR0915 self, tools: Dict, model: str,