Share via


AggregatorAgent.Mode Property

Definition

Gets the relationship between the internal aggregated chat and the chat with which AggregatorAgent is participating.

public Microsoft.SemanticKernel.Agents.AggregatorMode Mode { get; init; }
member this.Mode : Microsoft.SemanticKernel.Agents.AggregatorMode with get, set
Public Property Mode As AggregatorMode

Property Value

The relationship between the internal aggregated chat and the chat with which AggregatorAgent is participating. The default value is Flat.

Applies to