feat:不再需要reply_to,action现拥有 user_id和group_id等信息

This commit is contained in:
SengokuCola
2025-07-16 00:06:15 +08:00
parent 9927322bf9
commit 1b866c89b2
10 changed files with 266 additions and 58 deletions

View File

@@ -957,7 +957,7 @@ async def get_prompt_info(message: str, threshold: float):
logger.debug("LPMM知识库已禁用跳过知识获取")
return ""
found_knowledge_from_lpmm = qa_manager.get_knowledge(message)
found_knowledge_from_lpmm = await qa_manager.get_knowledge(message)
end_time = time.time()
if found_knowledge_from_lpmm is not None: