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

Class ToolCall

mini_agent/schema/schema.py:21–26  ·  view source on GitHub ↗

Tool call structure.

Source from the content-addressed store, hash-verified

19
20
21class ToolCall(BaseModel):
22 """Tool call structure."""
23
24 id: str
25 type: str # "function"
26 function: FunctionCall
27
28
29class Message(BaseModel):

Callers 3

generateMethod · 0.90
_parse_responseMethod · 0.85
_parse_responseMethod · 0.85

Calls

no outgoing calls

Tested by 1

generateMethod · 0.72