fix:优化部分Log

This commit is contained in:
SengokuCola
2025-11-30 16:57:15 +08:00
parent fdc0a87c31
commit 3368c38d05
8 changed files with 27 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ class ToolExecutor:
# 如果没有可用工具,直接返回空内容
if not tools:
logger.info(f"{self.log_prefix}没有可用工具,直接返回空内容")
logger.debug(f"{self.log_prefix}没有可用工具,直接返回空内容")
if return_details:
return [], [], ""
else: