mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 23:07:11 +00:00
wip
This commit is contained in:
@@ -1489,7 +1489,7 @@ class BaseChatOpenAI(BaseChatModel):
|
|||||||
llm = self.bind(response_format=response_format)
|
llm = self.bind(response_format=response_format)
|
||||||
else:
|
else:
|
||||||
bind_kwargs = self._filter_disabled_params(
|
bind_kwargs = self._filter_disabled_params(
|
||||||
strict=strict,
|
strict=True,
|
||||||
tool_choice=tool_choice,
|
tool_choice=tool_choice,
|
||||||
response_format=response_format,
|
response_format=response_format,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user