CreateChatCompletionChunkResponse.Choices

CreateChatCompletionChunkResponse.Choices property

Gets or sets a list of chat completion choices. Can contain more than one elements if n is greater than 1. Can also be empty for the last chunk if you set stream_options: {“include_usage”: true}.

public List<Choice> Choices { get; set; }

See Also