We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9add1c3 commit 9a4f3a7Copy full SHA for 9a4f3a7
run.go
@@ -37,6 +37,8 @@ type Run struct {
37
MaxCompletionTokens int `json:"max_completion_tokens,omitempty"`
38
// ThreadTruncationStrategy defines the truncation strategy to use for the thread.
39
TruncationStrategy *ThreadTruncationStrategy `json:"truncation_strategy,omitempty"`
40
+ // Disable the default behavior of parallel tool calls by setting it: false.
41
+ ParallelToolCalls any `json:"parallel_tool_calls,omitempty"`
42
43
httpHeader
44
}
0 commit comments