MCPcopy 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
50class FunctionCall(BaseModel):
51 """Function call payload"""
52
53 name: str
54 arguments: str
55
56
57class ToolCall(BaseModel):

Callers 1

_create_tool_callFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected