mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +00:00
multiple: update removal targets (#25361)
This commit is contained in:
@@ -126,7 +126,7 @@ def _destrip(tool_input: Any) -> Any:
|
||||
|
||||
@deprecated(
|
||||
since="0.0.54",
|
||||
removal="0.3",
|
||||
removal="1.0",
|
||||
alternative_import="langchain_anthropic.experimental.ChatAnthropicTools",
|
||||
)
|
||||
class AnthropicFunctions(BaseChatModel):
|
||||
|
@@ -134,7 +134,7 @@ def parse_response(message: BaseMessage) -> str:
|
||||
|
||||
|
||||
@deprecated( # type: ignore[arg-type]
|
||||
since="0.0.64", removal="0.4.0", alternative_import="langchain_ollama.ChatOllama"
|
||||
since="0.0.64", removal="1.0", alternative_import="langchain_ollama.ChatOllama"
|
||||
)
|
||||
class OllamaFunctions(ChatOllama):
|
||||
"""Function chat model that uses Ollama API."""
|
||||
|
Reference in New Issue
Block a user