mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
chore: fix lint error
This commit is contained in:
parent
6a60b3d848
commit
a06b5ffe24
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def _add_mcp_metadata_to_response(
|
|||
setattr(message, "provider_specific_fields", provider_fields)
|
||||
|
||||
|
||||
async def acompletion_with_mcp(
|
||||
async def acompletion_with_mcp( # noqa: PLR0915
|
||||
model: str,
|
||||
messages: List,
|
||||
tools: Optional[List] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue