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

Class OpenAIChatCompletionStreamChoice

src/models.py:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108class OpenAIChatCompletionStreamChoice(BaseModel):
109 index: int
110 delta: OpenAIDelta
111 finish_reason: Optional[str] = None
112 logprobs: Optional[Dict[str, Any]] = None
113
114
115class OpenAIChatCompletionStreamResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected