MCPcopy Index your code
hub / github.com/MiniMax-AI/Mini-Agent / execute

Method execute

tests/test_tool_schema.py:34–35  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

32 }
33
34 async def execute(self, **kwargs) -> ToolResult:
35 return ToolResult(success=True, content="Weather data")
36
37
38class MockCalculatorTool(Tool):

Callers 1

test_tool_executeFunction · 0.95

Calls 1

ToolResultClass · 0.90

Tested by

no test coverage detected