CreateChatCompletionChunkResponse.Choices

Proprietà CreateChatCompletionChunkResponse.Choices

Ottiene o imposta un elenco di scelte di completamento della chat. Può contenere più di un elemento se n è maggiore di 1. Può anche essere vuoto per l’ultimo chunk se imposti stream_options: {“include_usage”: true}.

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

Vedi Anche