Skip to content

Commit

Permalink
any -> auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Jan 17, 2025
1 parent ac52021 commit ed3ef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/partners/anthropic/langchain_anthropic/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ class GetPrice(BaseModel):
)
else:
kwargs["tool_choice"] = {
"type": "any",
"type": "auto",
"disable_parallel_tool_use": disable_parallel_tool_use,
}

Expand Down

0 comments on commit ed3ef00

Please sign in to comment.