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

Class OpenAIChatCompletionResponse

src/models.py:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92class OpenAIChatCompletionResponse(BaseModel):
93 id: str
94 object: str = "chat.completion"
95 created: int
96 model: str
97 choices: List[OpenAIChatCompletionChoice]
98 usage: Optional[Dict[str, Any]] = None
99 system_fingerprint: Optional[str] = None
100
101
102class OpenAIDelta(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected