feat:可选打开prompt显示,

This commit is contained in:
SengokuCola
2025-07-06 23:49:12 +08:00
parent 61c55d8b3b
commit d0ad70924d
7 changed files with 37 additions and 21 deletions

View File

@@ -77,8 +77,6 @@ class MessageSenderContainer:
msg_id = f"{current_time}_{random.randint(1000, 9999)}"
text_to_send = chunk
if global_config.experimental.debug_show_chat_mode:
text_to_send += ""
message_segment = Seg(type="text", data=text_to_send)
bot_message = MessageSending(