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:133–134 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
131
}
132
133
async
def
execute(self, **kwargs) -> ToolResult:
134
return
ToolResult(success=True, content=
"Status set"
)
135
136
137
def
test_tool_to_schema():
Callers
nothing calls this directly
Calls
1
ToolResult
Class · 0.90
Tested by
no test coverage detected