MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / OpenAIToolCall

Class OpenAIToolCall

src/models.py:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40class OpenAIToolCall(BaseModel):
41 id: str
42 type: str = "function"
43 function: OpenAIToolFunction
44
45
46class OpenAITool(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected