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

Class OpenAIChatCompletionChoice

src/models.py:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85class OpenAIChatCompletionChoice(BaseModel):
86 index: int
87 message: OpenAIChatMessage
88 finish_reason: Optional[str] = None
89 logprobs: Optional[Dict[str, Any]] = None
90
91
92class OpenAIChatCompletionResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected