MCPcopy Index your code
hub / github.com/MiniMax-AI/Mini-Agent / execute

Method execute

examples/06_tool_schema_demo.py:148–150  ·  view source on GitHub ↗

Mock execute method.

(self, **kwargs)

Source from the content-addressed store, hash-verified

146 }
147
148 async def execute(self, **kwargs) -> ToolResult:
149 """Mock execute method."""
150 return ToolResult(success=True, content="Translation result")
151
152
153async def demo_tool_schemas():

Callers

nothing calls this directly

Calls 1

ToolResultClass · 0.90

Tested by

no test coverage detected