Supplying parallel_tool_calls=False returns this error for chat completions:
An internal error occurred: Completions.create() got an unexpected keyword argument ‘parallel_tool_calls’. Please try again later.
It’s specified in the API, so why doesn’t it work?
All the other ones work as intended (tools, tool_choice, etc)