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

Class ToolResult

mini_agent/tools/base.py:8–13  ·  view source on GitHub ↗

Tool execution result.

Source from the content-addressed store, hash-verified

6
7
8class ToolResult(BaseModel):
9 """Tool execution result."""
10
11 success: bool
12 content: str = ""
13 error: str | None = None
14
15
16class Tool:

Callers 15

executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
runMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by 5

executeMethod · 0.72
executeMethod · 0.72
executeMethod · 0.72
executeMethod · 0.72
executeMethod · 0.72