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:62–63 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
60
}
61
62
async
def
execute(self, **kwargs) -> ToolResult:
63
return
ToolResult(success=True, content=
"42"
)
64
65
66
class
MockSearchTool(Tool):
Callers
nothing calls this directly
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected