feat(heart_fc_sender): 修复Send API消息不入流上下文的问题,确保消息可引用并添加转换为数据库消息的功能

This commit is contained in:
Windpicker-owo
2025-11-11 21:42:17 +08:00
parent 13fb86394b
commit 9b68d7d995
2 changed files with 65 additions and 0 deletions

View File

@@ -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}")