Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class
ToolCall(BaseModel):
22
""
"Tool call structure."
""
23
24
id: str
25
type: str
# "function"
26
function: FunctionCall
27
28
29
class
Message(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