-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels