FunctionInvocationContext.Messages Propiedad

Definición

Obtiene o establece el contenido del chat asociado a la operación que inició esta solicitud de llamada de función.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ Messages { 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> Messages { get; set; }
member this.Messages : System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage> with get, set
Public Property Messages As IList(Of ChatMessage)

Valor de propiedad

Se aplica a