mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-21 06:27:00 +00:00
fix(lint): add type: ignore for MyPy narrowing issue in vertex gemini
This commit is contained in:
@@ -2104,7 +2104,7 @@ class VertexGeminiConfig(VertexAIBaseConfig, BaseConfig):
|
||||
logprobs=chat_completion_logprobs,
|
||||
enhancements=None,
|
||||
)
|
||||
model_response.choices.append(choice)
|
||||
model_response.choices.append(choice) # type: ignore[arg-type]
|
||||
|
||||
return (
|
||||
grounding_metadata,
|
||||
|
||||
Reference in New Issue
Block a user