AgentChatSerializer.Participants Property

Definition

Gets the participants of the original AgentChat so that the caller can include them in the restored AgentChat.

public System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.Agents.Serialization.AgentParticipant> Participants { get; }
member this.Participants : seq<Microsoft.SemanticKernel.Agents.Serialization.AgentParticipant>
Public ReadOnly Property Participants As IEnumerable(Of AgentParticipant)

Property Value

Applies to