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

Class OpenAITool

src/models.py:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class OpenAITool(BaseModel):
47 type: str = "function"
48 function: Dict[str, Any]
49
50
51class OpenAIChatMessage(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected