Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
class
MockCalculatorTool(Tool):
Callers
1
test_tool_execute
Function · 0.95
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected