-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Feature requestNew feature requestNew feature request
Description
Description
There was previously an issue opened here #462 for running tools sequentially, which suggested disabling parallel_tool_calls on the model.
This forces the model to do one tool call per turn which significantly inflates the turn count and cost of running the model as each tool call is now a round trip.
Ideally there would be the option to allow the Agent to return multiple tool calls but to perform the actual tool calls sequentially, in the order they were provided by the Agent.
References
No response
thuanystuart
Metadata
Metadata
Assignees
Labels
Feature requestNew feature requestNew feature request