Skip to content

Run Tools Sequentially #2628

@strawgate

Description

@strawgate

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions