I'm using function calling to call a sequence of native functions. The exact sequence is important but the implemented behavior is the default behavior (if I'm not wrong) and this is implementing parallel_tool_calls = true.
I'm wondering if we can have this property in OpenAIPromptExecutionSettings class. Ideally something like this:
OpenAIPromptExecutionSettings
{
ParallelToolCalls = false,
ToolCallBehavior = ...
}