mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-27 19:46:55 +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)
|
||||
else:
|
||||
bind_kwargs = self._filter_disabled_params(
|
||||
strict=strict,
|
||||
strict=True,
|
||||
tool_choice=tool_choice,
|
||||
response_format=response_format,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user