把刷屏的不注释掉,塞进debug里
This commit is contained in:
@@ -311,10 +311,10 @@ class ActionPlanner:
|
||||
# --- 选择 Prompt ---
|
||||
if last_successful_reply_action in ['direct_reply', 'send_new_message']:
|
||||
prompt_template = PROMPT_FOLLOW_UP
|
||||
logger.info("使用 PROMPT_FOLLOW_UP (追问决策)")
|
||||
logger.debug(f"使用 PROMPT_FOLLOW_UP (追问决策)")
|
||||
else:
|
||||
prompt_template = PROMPT_INITIAL_REPLY
|
||||
logger.info("使用 PROMPT_INITIAL_REPLY (首次/非连续回复决策)")
|
||||
logger.debug("使用 PROMPT_INITIAL_REPLY (首次/非连续回复决策)")
|
||||
|
||||
# --- 格式化最终的 Prompt ---
|
||||
prompt = prompt_template.format(
|
||||
|
||||
Reference in New Issue
Block a user