LlamaChatCompletionResponse.Choices

LlamaChatCompletionResponse.Choices property

Gets or sets a list of chat completion choices. Can be more than one if n is greater than 1.

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

See Also