mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
multiple: push deprecation removals to 1.0 (#28236)
This commit is contained in:
@@ -1001,7 +1001,7 @@ class BaseChatOpenAI(BaseChatModel):
|
||||
@deprecated(
|
||||
since="0.2.1",
|
||||
alternative="langchain_openai.chat_models.base.ChatOpenAI.bind_tools",
|
||||
removal="0.3.0",
|
||||
removal="1.0.0",
|
||||
)
|
||||
def bind_functions(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user