MCPcopy Index your code
hub / github.com/zai-org/ChatGLM3 / ChatCompletionResponseChoice

Class ChatCompletionResponseChoice

openai_api_demo/api_server.py:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151class ChatCompletionResponseChoice(BaseModel):
152 index: int
153 message: ChatMessage
154 finish_reason: Literal["stop", "length", "function_call"]
155
156
157class ChatCompletionResponseStreamChoice(BaseModel):

Callers 1

create_chat_completionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected