-
Support parallel_tool_calls=False for ChatCompletion API (#513)
发布于
2025-04-15 02:48:01 +00:00 The current ChatCompletion API supports only
parallel_tool_calls=True
orparallel_tool_calls=NOT_GIVEN
This PR is to support settingparallel_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 for
consistency.下载附件