Describe the bug
I want to use the parallel_tool_calls=False flag to only call a single function at a time.
Trying to use it with extension_data doesn't seem to work.
I put a breakpoint in the openai._base_client.py : AsyncAPIClient._request function to see what is exactly being sent to the API and the flag is not there.
Describe the bug I want to use the
parallel_tool_calls=False
flag to only call a single function at a time. Trying to use it withextension_data
doesn't seem to work. I put a breakpoint in theopenai._base_client.py : AsyncAPIClient._request
function to see what is exactly being sent to the API and the flag is not there.To Reproduce Steps to reproduce the behavior:
Platform