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

pull/981/head
github-actions[bot] 2025-05-20 15:03:44 +00:00
parent afaf24d28c
commit 42e50ee3ed
1 changed files with 2 additions and 1 deletions

View File

@ -258,6 +258,7 @@ class PromptBuilder:
# --- End choosing template --- # --- End choosing template ---
return prompt return prompt
async def get_prompt_info(self, message: str, threshold: float): async def get_prompt_info(self, message: str, threshold: float):
related_info = "" related_info = ""
start_time = time.time() start_time = time.time()