OpenAI.Agents.ToolExecutor (openai_agents v0.1.2)
Executes tools in parallel or serially based on their type. Handles error recovery and telemetry.
Summary
Functions
Executes multiple function calls in parallel.
Returns a list of {call_id, result} tuples.
Executes a single function call.