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

Method execute

mini_agent/tools/base.py:34–36  ·  view source on GitHub ↗

Execute the tool with arbitrary arguments.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

32 raise NotImplementedError
33
34 async def execute(self, *args, **kwargs) -> ToolResult: # type: ignore
35 """Execute the tool with arbitrary arguments."""
36 raise NotImplementedError
37
38 def to_schema(self) -> dict[str, Any]:
39 """Convert tool to Anthropic tool schema."""

Callers 2

runMethod · 0.45
_run_turnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected