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

Class OpenAIToolFunction

src/models.py:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34# OpenAI Models
35class OpenAIToolFunction(BaseModel):
36 name: str
37 arguments: str # JSON string
38
39
40class OpenAIToolCall(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected