mirror of https://github.com/buster-so/buster.git
low verbosity on anlysis router
This commit is contained in:
parent
63450d31d7
commit
e21ac9d1e1
|
@ -82,6 +82,7 @@ const execution = async ({
|
|||
openai: {
|
||||
parallelToolCalls: false,
|
||||
reasoningEffort: 'minimal',
|
||||
verbosity: 'low',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue