Skip to content

Commit 7dfc36b

Browse files
Enable parallel tool calls in config
Co-authored-by: mchenco <mchenco@users.noreply.github.com>
1 parent 0da8aad commit 7dfc36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencode.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"temperature": 1.0,
2929
"top_p": 0.95,
3030
"max_tokens": 64000,
31-
"parallel_tool_calls": false,
31+
"parallel_tool_calls": true,
3232
},
3333
},
3434
},

0 commit comments

Comments
 (0)