fix:V3哈气

This commit is contained in:
SengokuCola
2025-04-28 01:31:59 +08:00
parent 412efe79d2
commit c77f468dfc
3 changed files with 14 additions and 2 deletions

View File

@@ -213,6 +213,9 @@ def process_llm_tool_calls(response: List[Any], log_prefix: str = "") -> Tuple[b
元组 (成功标志, 工具调用列表, 错误消息)
"""
# 确保响应格式正确
print(response)
print(11111111111111111)
if len(response) != 3:
return False, [], f"LLM响应元素数量不正确: 预期3个元素实际{len(response)}"