We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac52021 commit 184ea8aCopy full SHA for 184ea8a
libs/partners/anthropic/langchain_anthropic/chat_models.py
@@ -982,7 +982,7 @@ class GetPrice(BaseModel):
982
)
983
else:
984
kwargs["tool_choice"] = {
985
- "type": "any",
+ "type": "auto",
986
"disable_parallel_tool_use": disable_parallel_tool_use,
987
}
988
libs/partners/anthropic/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "langchain-anthropic"
7
-version = "0.3.2"
+version = "0.3.3"
8
description = "An integration package connecting AnthropicMessages and LangChain"
9
authors = []
10
readme = "README.md"
0 commit comments