mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
anthropic[patch]: update tool choice type (#29276)
This commit is contained in:
@@ -982,7 +982,7 @@ class ChatAnthropic(BaseChatModel):
|
||||
)
|
||||
else:
|
||||
kwargs["tool_choice"] = {
|
||||
"type": "any",
|
||||
"type": "auto",
|
||||
"disable_parallel_tool_use": disable_parallel_tool_use,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user