Fix mypy error
Some checks failed
Unit Tests: Proxy DB Operations / proxy-db (auth-checks, tests/proxy_unit_tests/test_auth_checks.py tests/proxy_unit_tests/test_user_api_key_auth.py, 20, 8) (push) Has been cancelled
Unit Tests: Proxy DB Operations / proxy-db (key-generation, tests/proxy_unit_tests/test_key_generate_prisma.py, 30, 0) (push) Has been cancelled
Unit Tests: Proxy DB Operations / proxy-db (remaining, tests/proxy_unit_tests --ignore=tests/proxy_unit_tests/test_key_generate_prisma.py --ignore=tests/proxy_unit_tests/test_auth_checks.py --ignore=tests/proxy_unit_tests/test_user_api_key_auth.py, 30, 8) (push) Has been cancelled
Unit Tests: Security / security (push) Has been cancelled

This commit is contained in:
Sameer Kankute 2026-04-17 18:53:52 +05:30
parent 7c495a8d19
commit 7d4846d1ce
No known key found for this signature in database

View file

@ -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,