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

Class FunctionCall

mini_agent/schema/schema.py:14–18  ·  view source on GitHub ↗

Function call details.

Source from the content-addressed store, hash-verified

12
13
14class FunctionCall(BaseModel):
15 """Function call details."""
16
17 name: str
18 arguments: dict[str, Any] # Function arguments as dict
19
20
21class ToolCall(BaseModel):

Callers 3

generateMethod · 0.90
_parse_responseMethod · 0.85
_parse_responseMethod · 0.85

Calls

no outgoing calls

Tested by 1

generateMethod · 0.72