This commit is contained in:
Timothy Jaeryang Baek 2025-06-24 10:36:33 +04:00
parent 610680ac14
commit 947b77db24

View File

@ -101,9 +101,6 @@ def get_tools(
def make_tool_function(function_name, token, tool_server_data):
async def tool_function(**kwargs):
print(
f"Executing tool function {function_name} with params: {kwargs}"
)
return await execute_tool_server(
token=token,
url=tool_server_data["url"],