修复了情绪管理器没有正确导入导致发布出消息

1
This commit is contained in:
SengokuCola
2025-03-11 16:50:40 +08:00
parent 67f6d7cd42
commit af962c2e84
6 changed files with 48 additions and 31 deletions

View File

@@ -238,7 +238,7 @@ class Hippocampus:
time_info += f"是从 {earliest_str}{latest_str} 的对话:\n"
for msg in messages:
input_text += f"{msg['text']}\n"
input_text += f"{msg['detailed_plain_text']}\n"
logger.debug(input_text)