Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MiniMax-AI/Mini-Agent
/ execute
Method
execute
examples/06_tool_schema_demo.py:53–55 ·
view source on GitHub ↗
Mock execute method.
(self, **kwargs)
Source
from the content-addressed store, hash-verified
51
}
52
53
async
def
execute(self, **kwargs) -> ToolResult:
54
""
"Mock execute method."
""
55
return
ToolResult(success=True, content=
"Weather data"
)
56
57
58
class
SearchTool(Tool):
Callers
nothing calls this directly
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected