Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nativu5/Gemini-FastAPI
/ ToolCall
Class
ToolCall
app/models/models.py:57–62 ·
view source on GitHub ↗
Tool call item
Source
from the content-addressed store, hash-verified
55
56
57
class
ToolCall(BaseModel):
58
""
"Tool call item"
""
59
60
id: str
61
type: Literal[
"function"
]
62
function: FunctionCall
63
64
65
class
ToolFunctionDefinition(BaseModel):
Callers
1
_create_tool_call
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected