mirror of https://github.com/buster-so/buster.git
think and prep minimal effort
This commit is contained in:
parent
115a6da7e9
commit
be13ce221d
|
@ -16,6 +16,10 @@ const DEFAULT_OPTIONS = {
|
|||
anthropic: {
|
||||
disableParallelToolCalls: true,
|
||||
},
|
||||
openai: {
|
||||
disableParallelToolCalls: true,
|
||||
reasoningEffort: 'minimal',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue