mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 04:07:54 +00:00
openai[patch]: update deprecation target in API ref (#26921)
This commit is contained in:
parent
7f37fd8b80
commit
39987ebd91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user