Merge branch 'staging' of https://github.com/buster-so/buster into staging

This commit is contained in:
Nate Kelley 2025-08-07 14:59:57 -06:00
commit b4b04188cf
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ const DEFAULT_OPTIONS = {
anthropic: {
disableParallelToolCalls: true,
},
openai: {
disableParallelToolCalls: true,
reasoningEffort: 'minimal',
},
},
};