mirror of https://github.com/buster-so/buster.git
Merge branch 'staging' of https://github.com/buster-so/buster into staging
This commit is contained in:
commit
b4b04188cf
|
@ -16,6 +16,10 @@ const DEFAULT_OPTIONS = {
|
|||
anthropic: {
|
||||
disableParallelToolCalls: true,
|
||||
},
|
||||
openai: {
|
||||
disableParallelToolCalls: true,
|
||||
reasoningEffort: 'minimal',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue