docs: oai api ref nit (#29210)

This commit is contained in:
Bagatur 2025-01-14 09:55:16 -08:00 committed by GitHub
parent d9b856abad
commit 4ab04ad6be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -534,7 +534,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 ben passed
in.
If a parameter is disabled then it will not be used by default in any methods, e.g.