This commit is contained in:
Windpicker-owo
2025-08-25 19:12:31 +08:00
2 changed files with 2 additions and 1 deletions

View File

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