MCPcopy Create free account
hub / github.com/nashsu/FreeAskInternet / ChatCompletionResponseChoice

Class ChatCompletionResponseChoice

server.py:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85class ChatCompletionResponseChoice(BaseModel):
86 index: int
87 message: ChatMessage
88 finish_reason: Literal["stop", "length"]
89
90
91class ChatCompletionResponseStreamChoice(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected