MCPcopy 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
57class ToolCall(BaseModel):
58 """Tool call item"""
59
60 id: str
61 type: Literal["function"]
62 function: FunctionCall
63
64
65class ToolFunctionDefinition(BaseModel):

Callers 1

_create_tool_callFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected