disable_parallel_tool_use
.Claude 4 models (Opus and Sonnet) do not support this feature. The beta header token-efficient-tools-2025-02-19
will not break an API request, but it will result in a no-op.token-efficient-tools-2025-02-19
to a tool use request. If you are using the SDK, ensure that you are using the beta SDK with anthropic.beta.messages
.
Here’s an example of how to use token-efficient tools with the API:
token-efficient-tools-2025-02-19
from the beta headers list.