File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ type Run struct {
37
37
MaxCompletionTokens int `json:"max_completion_tokens,omitempty"`
38
38
// ThreadTruncationStrategy defines the truncation strategy to use for the thread.
39
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
40
43
41
httpHeader
44
42
}
@@ -112,6 +110,8 @@ type RunRequest struct {
112
110
ToolChoice any `json:"tool_choice,omitempty"`
113
111
// This can be either a string or a ResponseFormat object.
114
112
ResponseFormat any `json:"response_format,omitempty"`
113
+ // Disable the default behavior of parallel tool calls by setting it: false.
114
+ ParallelToolCalls any `json:"parallel_tool_calls,omitempty"`
115
115
}
116
116
117
117
// ThreadTruncationStrategy defines the truncation strategy to use for the thread.
You can’t perform that action at this time.
0 commit comments