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

This commit is contained in:
github-actions[bot]
2025-05-29 06:10:31 +00:00
parent 24df2f0fa0
commit 9347f52a4d

View File

@@ -221,7 +221,7 @@ class PromptBuilder:
logger.debug(f"知识检索耗时: {(end_time - start_time):.3f}") logger.debug(f"知识检索耗时: {(end_time - start_time):.3f}")
logger.debug("开始构建 normal prompt") logger.debug("开始构建 normal prompt")
now_time = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()) now_time = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())
# --- Choose template and format based on chat type --- # --- Choose template and format based on chat type ---