AgentGroupChatSettings.SelectionStrategy Property

Definition

Gets the strategy for selecting the next agent.

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

Property Value

The strategy for selecting the next agent. The default is SequentialSelectionStrategy.

Remarks

See SelectionStrategy.

Applies to

See also