From 31640b780c9f942b0b80fcb642ae2f39e8819af4 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 27 Mar 2026 21:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/prompt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/agent/prompt/__init__.py b/app/agent/prompt/__init__.py index baa569d8..5276f5b0 100644 --- a/app/agent/prompt/__init__.py +++ b/app/agent/prompt/__init__.py @@ -73,7 +73,7 @@ class PromptManager: # 啰嗦模式 verbose_spec = "" - if settings.VERBOSE: + if settings.AI_AGENT_VERBOSE: verbose_spec = "\n\n[Important Instruction] If you need to call a tool, DO NOT output any conversational " "text or explanations before calling the tool. Call the tool directly without transitional " "phrases like 'Let me check', 'I will look this up', etc."