openai[patch]: temp fix ignore lint (#23290)

pull/23292/head
Bagatur 3 months ago committed by GitHub
parent efb4c12abe
commit bcac6c3aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -909,7 +909,8 @@ class BaseChatOpenAI(BaseChatModel):
kwargs["tool_choice"] = tool_choice
return super().bind(tools=formatted_tools, **kwargs)
@overload
# TODO: Fix typing.
@overload # type: ignore[override]
def with_structured_output(
self,
schema: Optional[_DictOrPydanticClass] = None,

Loading…
Cancel
Save