diff --git a/libs/partners/openai/langchain_openai/chat_models/base.py b/libs/partners/openai/langchain_openai/chat_models/base.py index b9c19ea8f98..8bf598a5308 100644 --- a/libs/partners/openai/langchain_openai/chat_models/base.py +++ b/libs/partners/openai/langchain_openai/chat_models/base.py @@ -1217,12 +1217,12 @@ class BaseChatOpenAI(BaseChatModel): Support for ``strict`` argument added. Support for ``method`` = "json_schema" added. - .. note:: Planned breaking changes in version `0.2.0` + .. note:: Planned breaking changes in version `0.3.0` - ``method`` default will be changed to "json_schema" from "function_calling". - ``strict`` will default to True when ``method`` is - "function_calling" as of version `0.2.0`. + "function_calling" as of version `0.3.0`. .. dropdown:: Example: schema=Pydantic class, method="function_calling", include_raw=False, strict=True