We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b856a commit 4ab04adCopy full SHA for 4ab04ad
libs/partners/openai/langchain_openai/chat_models/base.py
@@ -534,7 +534,7 @@ class BaseChatOpenAI(BaseChatModel):
534
used, or it's a list of disabled values for the parameter.
535
536
For example, older models may not support the 'parallel_tool_calls' parameter at
537
- all, in which case ``disabled_params={"parallel_tool_calls: None}`` can ben passed
+ all, in which case ``disabled_params={"parallel_tool_calls": None}`` can ben passed
538
in.
539
540
If a parameter is disabled then it will not be used by default in any methods, e.g.
0 commit comments