fix:时记忆提取更精确

This commit is contained in:
SengokuCola
2025-08-14 00:02:50 +08:00
parent ef7a3aee23
commit 3bf476c610
4 changed files with 177 additions and 31 deletions

View File

@@ -356,15 +356,6 @@ class DefaultReplyer:
Returns:
str: 记忆信息字符串
"""
chat_talking_prompt_short = build_readable_messages(
chat_history,
replace_bot_name=True,
merge_messages=False,
timestamp_mode="relative",
read_mark=0.0,
show_actions=True,
)
if not global_config.memory.enable_memory:
return ""