tools修改

This commit is contained in:
UnCLAS-Prommer
2025-07-25 14:35:59 +08:00
parent 37bf904c45
commit 3a4f343d84
5 changed files with 11 additions and 15 deletions

View File

@@ -16,7 +16,8 @@ class ToolUser:
return get_all_tool_definitions()
@staticmethod
async def _execute_tool_call(tool_call):
async def execute_tool_call(tool_call):
# sourcery skip: use-assigned-variable
"""执行特定的工具调用
Args: