Adjust text verbosity and reasoning effort in CLI configuration for improved output clarity and performance.
This commit is contained in:
4
cli.js
4
cli.js
@@ -96,8 +96,8 @@ websearch - eine Google Suche machen mit Schlüsselwörtern`
|
||||
const call = {
|
||||
model: 'gpt-5-mini',
|
||||
input: input,
|
||||
text: { format: { type: 'text' }, verbosity: 'high' },
|
||||
reasoning: { effort: 'medium', summary: 'detailed' },
|
||||
text: { format: { type: 'text' }, verbosity: 'low' },
|
||||
reasoning: { effort: 'minimal', summary: 'detailed' },
|
||||
tools: Object.values(toolsByFile).map(t => t.def),
|
||||
store: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user