From e21ac9d1e17fab425e4fc888e3dc9d53ee55473d Mon Sep 17 00:00:00 2001 From: dal Date: Fri, 8 Aug 2025 14:31:14 -0600 Subject: [PATCH] low verbosity on anlysis router --- .../analysis-type-router-step/analysis-type-router-step.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ai/src/steps/analyst-agent/analysis-type-router-step/analysis-type-router-step.ts b/packages/ai/src/steps/analyst-agent/analysis-type-router-step/analysis-type-router-step.ts index fea1bcf11..ce1ddd9e2 100644 --- a/packages/ai/src/steps/analyst-agent/analysis-type-router-step/analysis-type-router-step.ts +++ b/packages/ai/src/steps/analyst-agent/analysis-type-router-step/analysis-type-router-step.ts @@ -82,6 +82,7 @@ const execution = async ({ openai: { parallelToolCalls: false, reasoningEffort: 'minimal', + verbosity: 'low', }, }, });