Skip to content

Cannot Disable Parallel Tool Calling #169

@rwhitworth127

Description

@rwhitworth127

I may be misunderstanding here, but I have a case where anthropic attempts to call multiple tools to fulfill a request. However, it appears from timing that it is running these results in parallel instead of sequentially.

I found a reference that you should be able to disable parallel tool use like this:
Developers can also disable parallel tool use by setting disable_parallel_tool_use=true in the tool_choice field when using the Anthropic messages API directly.

But I cannot find any way to do this in the SDK. Is this possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions