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:104–105 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
102
}
103
104
async
def
execute(self, **kwargs) -> ToolResult:
105
return
ToolResult(success=True, content=
"Search results"
)
106
107
108
class
MockEnumTool(Tool):
Callers
nothing calls this directly
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected