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

This commit is contained in:
Windpicker-owo
2025-11-11 21:42:17 +08:00
parent 8657b01f0d
commit d5c014b499
2 changed files with 65 additions and 0 deletions

View File

@@ -755,6 +755,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}")