MCPcopy Create free account
hub / github.com/astercloud/aster / tool_func

Function tool_func

client-sdks/python-bridge/aster.py:309–310  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

307 async 工具函数
308 """
309 async def tool_func(**kwargs):
310 return await _bridge.call_tool(tool_name, **kwargs)
311
312 tool_func.__name__ = tool_name
313 tool_func.__doc__ = f"Call {tool_name} tool"

Callers

nothing calls this directly

Calls 1

call_toolMethod · 0.80

Tested by

no test coverage detected