mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
Merge remote-tracking branch 'origin/v2' into v2
This commit is contained in:
@@ -74,7 +74,7 @@ class PromptManager:
|
|||||||
|
|
||||||
# 啰嗦模式
|
# 啰嗦模式
|
||||||
verbose_spec = ""
|
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 "
|
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 "
|
"text or explanations before calling the tool. Call the tool directly without transitional "
|
||||||
"phrases like 'Let me check', 'I will look this up', etc."
|
"phrases like 'Let me check', 'I will look this up', etc."
|
||||||
|
|||||||
Reference in New Issue
Block a user