pull/937/head
Bakadax 2025-05-06 20:21:23 +08:00
parent 517222166b
commit 2b5441ab47
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ class ActionPlanner:
current_time_value = observation_info.current_time_str
if conversation_info.my_message_count > 2:
current_time_value += f"\n你已连续发送{str(conversation_info.my_message_count)},如果没有必要请不要连续发送大量消息,以免形成刷屏造成对方困扰。"
current_time_value += f"\n你已连续发送{str(conversation_info.my_message_count)}条消息,如果没有必要请不要连续发送大量消息,以免形成刷屏造成对方困扰。"
prompt = prompt_template.format(
persona_text=persona_text,