mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 12:31:49 +00:00
wip
This commit is contained in:
parent
d85ece9fe3
commit
2957f8eebd
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user