🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-06 03:42:36 +00:00
parent d84fb0614c
commit 871d3ee745
4 changed files with 4 additions and 5 deletions

View File

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