feat:将关系改为及时构建

This commit is contained in:
SengokuCola
2025-06-08 17:44:41 +08:00
parent 2df83f0bec
commit 851a559b33
8 changed files with 191 additions and 91 deletions

View File

@@ -37,11 +37,13 @@ def init_prompt():
{extra_info_block}
{relation_info_block}
{time_block}
你现在正在群里聊天,以下是群里正在进行的聊天内容:
{chat_info}
{relation_info_block}
以上是聊天内容,你需要了解聊天记录中的内容
@@ -605,6 +607,8 @@ class DefaultReplyer:
platform=self.chat_stream.platform,
)
# await anchor_message.process()
bot_message = MessageSending(
message_id=message_id, # 使用片段的唯一ID
chat_stream=self.chat_stream,