Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nativu5/Gemini-FastAPI
/ FunctionCall
Class
FunctionCall
app/models/models.py:50–54 ·
view source on GitHub ↗
Function call payload
Source
from the content-addressed store, hash-verified
48
49
50
class
FunctionCall(BaseModel):
51
""
"Function call payload"
""
52
53
name: str
54
arguments: str
55
56
57
class
ToolCall(BaseModel):
Callers
1
_create_tool_call
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected