diff --git a/libs/partners/openai/langchain_openai/chat_models/base.py b/libs/partners/openai/langchain_openai/chat_models/base.py index 41cd16d6daa..54ffd155896 100644 --- a/libs/partners/openai/langchain_openai/chat_models/base.py +++ b/libs/partners/openai/langchain_openai/chat_models/base.py @@ -527,7 +527,7 @@ class BaseChatOpenAI(BaseChatModel): used, or it's a list of disabled values for the parameter. For example, older models may not support the 'parallel_tool_calls' parameter at - all, in which case ``disabled_params={"parallel_tool_calls": None}`` can ben passed + all, in which case ``disabled_params={"parallel_tool_calls": None}`` can be passed in. If a parameter is disabled then it will not be used by default in any methods, e.g.