ChatCompletion.Choices Property

Definition

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ Choices { System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage> Choices { get; set; }
member this.Choices : System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage> with get, set
Public Property Choices As IList(Of ChatMessage)

Property Value

Applies to