Tags: muhammad-abbas07/openai-agents-python
Tags
Support parallel_tool_calls=False for ChatCompletion API (openai#513) The current ChatCompletion API supports only `parallel_tool_calls=True` or `parallel_tool_calls=NOT_GIVEN` This PR is to support setting `parallel_tool_calls=False`, a common requirement in controlling agent tool use patterns (e.g. ensuring one tool call at the time, to facilitate desired tool calling sequence). I followed the merged [PR#333](openai#333) for consistency.
v0.0.7 (openai#353) Upgrade version to prepare for a new release.
v0.0.6 (voice support) (openai#267) Release a new version with voice support
PreviousNext