MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / execute

Method execute

examples/06_tool_schema_demo.py:115–117  ·  view source on GitHub ↗

Mock execute method.

(self, **kwargs)

Source from the content-addressed store, hash-verified

113 }
114
115 async def execute(self, **kwargs) -> ToolResult:
116 """Mock execute method."""
117 return ToolResult(success=True, content="Calculation result")
118
119
120class TranslateTool(Tool):

Callers

nothing calls this directly

Calls 1

ToolResultClass · 0.90

Tested by

no test coverage detected