log:修改一些log

This commit is contained in:
SengokuCola
2025-09-25 19:07:35 +08:00
parent 1ddedc1dc6
commit 20013a1a2c
13 changed files with 43 additions and 722 deletions

View File

@@ -148,6 +148,8 @@ class LLMRequest:
)
logger.debug(f"LLM请求总耗时: {time.time() - start_time}")
logger.debug(f"LLM生成内容: {response}")
content = response.content
reasoning_content = response.reasoning_content or ""
tool_calls = response.tool_calls