fix(lint): add type: ignore for MyPy narrowing issue in vertex gemini
This commit is contained in:
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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user