ToolCalls
Enum representing the modes in which a single-run strategy for an AI agent can be executed.
These modes define how tasks or operations are processed during the agent's run:
SEQUENTIAL: Multiple tool calls allowed but will be executed sequentially.
PARALLEL: Tool calls executed in parallel.
SINGLE: Multiple tool calls are not allowed.