fix(lint): add type: ignore for MyPy narrowing issue in vertex gemini

This commit is contained in:
Chesars
2026-02-22 09:22:44 -03:00
parent 43319b562a
commit eaf38ed3a2
@@ -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,