Back
AI summary
Written by AI from the official notes. Check them for exact details.The API now allows users to disable parallel tool use.
- Disable parallel tool use in the API
- Set
disable_parallel_tool_use: trueintool_choice - Claude will use at most one tool
Why it matters: Developers using the API should care to control tool usage for specific tasks.
Full release notes
- We've added the ability to disable parallel tool use in the API. Set
disable_parallel_tool_use: truein thetool_choicefield to ensure that Claude uses at most one tool. Read more in Parallel tool use.