重构message_build(部分)

This commit is contained in:
UnCLAS-Prommer
2025-08-20 00:25:43 +08:00
parent 7a68ab0319
commit 1f8ff8db0a
10 changed files with 58 additions and 172 deletions

View File

@@ -732,7 +732,6 @@ class DefaultReplyer:
chat_talking_prompt_short = build_readable_messages(
temp_msg_list_before_short,
replace_bot_name=True,
merge_messages=False,
timestamp_mode="relative",
read_mark=0.0,
show_actions=True,
@@ -908,7 +907,6 @@ class DefaultReplyer:
chat_talking_prompt_half = build_readable_messages(
temp_msg_list_before_now_half,
replace_bot_name=True,
merge_messages=False,
timestamp_mode="relative",
read_mark=0.0,
show_actions=True,