更新 __init__.py

This commit is contained in:
jxxghp
2026-03-27 21:50:19 +08:00
committed by GitHub
parent aaeb4d2634
commit 31640b780c

View File

@@ -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."