From 182ccd34cace1dd9892c8cc0cdcf79fc8bd09392 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Tue, 12 Aug 2025 03:48:30 +0000 Subject: [PATCH] Adjust text verbosity and reasoning effort in CLI configuration for improved output clarity and performance. --- cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }