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 = {
|
const call = {
|
||||||
model: 'gpt-5-mini',
|
model: 'gpt-5-mini',
|
||||||
input: input,
|
input: input,
|
||||||
text: { format: { type: 'text' }, verbosity: 'high' },
|
text: { format: { type: 'text' }, verbosity: 'low' },
|
||||||
reasoning: { effort: 'medium', summary: 'detailed' },
|
reasoning: { effort: 'minimal', summary: 'detailed' },
|
||||||
tools: Object.values(toolsByFile).map(t => t.def),
|
tools: Object.values(toolsByFile).map(t => t.def),
|
||||||
store: true,
|
store: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user