update:更新脚本

This commit is contained in:
SengokuCola
2025-06-04 22:24:20 +08:00
parent 20c368ac1a
commit d30f35fe20
3 changed files with 56 additions and 54 deletions

View File

@@ -187,10 +187,6 @@ class ActionPlanner(BasePlanner):
prompt = f"{prompt}"
llm_content, (reasoning_content, _) = await self.planner_llm.generate_response_async(prompt=prompt)
# logger.info(
# f"{self.log_prefix}规划器Prompt:\n{prompt}\n\nLLM 原始响应: {llm_content}'"
# )
logger.debug(f"{self.log_prefix}LLM 原始理由响应: {reasoning_content}")
except Exception as req_e:
logger.error(f"{self.log_prefix}LLM 请求执行失败: {req_e}")