MCPcopy Create free account
hub / github.com/Nativu5/Gemini-FastAPI / ToolChoiceFunctionDetail

Class ToolChoiceFunctionDetail

app/models/models.py:80–83  ·  view source on GitHub ↗

Detail of a tool choice function.

Source from the content-addressed store, hash-verified

78
79
80class ToolChoiceFunctionDetail(BaseModel):
81 """Detail of a tool choice function."""
82
83 name: str
84
85
86class ToolChoiceFunction(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected