Share via


FunctionInvokingChatClient.FunctionInvocationContext.ChatMessages Property

Definition

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

Property Value

Applies to