This commit is contained in:
Windpicker-owo
2025-09-13 16:25:13 +08:00
parent 5c1a7ab33b
commit b9fe4b793f
2 changed files with 1 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ class DefaultReplyer:
available_actions = {}
llm_response = None
try:
# 3. 构建 Prompt
# 构建 Prompt
with Timer("构建Prompt", {}): # 内部计时器,可选保留
prompt = await self.build_prompt_reply_context(
reply_to=reply_to,