diff --git a/cli.js b/cli.js index cb0ed67..4234e47 100644 --- a/cli.js +++ b/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, }