feat(heart_fc_sender): 修复Send API消息不入流上下文的问题,确保消息可引用并添加转换为数据库消息的功能
This commit is contained in:
@@ -685,6 +685,7 @@ async def execute_proactive_thinking(stream_id: str):
|
||||
await send_api.text_to_stream(
|
||||
stream_id=stream_id,
|
||||
text=reply,
|
||||
storage_message=True
|
||||
)
|
||||
logger.info(f"[主动思考] 已发送话题消息到 {stream_id}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user