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:86–88 ·
view source on GitHub ↗
Mock execute method.
(self, **kwargs)
Source
from the content-addressed store, hash-verified
84
}
85
86
async
def
execute(self, **kwargs) -> ToolResult:
87
""
"Mock execute method."
""
88
return
ToolResult(success=True, content=
"Search results"
)
89
90
91
class
CalculatorTool(Tool):
Callers
nothing calls this directly
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected