We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03851d2 commit 727944cCopy full SHA for 727944c
chat.go
@@ -218,6 +218,8 @@ type ChatCompletionRequest struct {
218
ToolChoice any `json:"tool_choice,omitempty"`
219
// Options for streaming response. Only set this when you set stream: true.
220
StreamOptions *StreamOptions `json:"stream_options,omitempty"`
221
+ // Disable the default behavior of parallel tool calls by setting it: false.
222
+ ParallelToolCalls any `json:"parallel_tool_calls,omitempty"`
223
}
224
225
type StreamOptions struct {
0 commit comments