Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
class
FunctionCall(BaseModel):
15
""
"Function call details."
""
16
17
name: str
18
arguments: dict[str, Any]
# Function arguments as dict
19
20
21
class
ToolCall(BaseModel):
Callers
3
generate
Method · 0.90
_parse_response
Method · 0.85
_parse_response
Method · 0.85
Calls
no outgoing calls
Tested by
1
generate
Method · 0.72