AgentGroupChatSettings.SelectionStrategy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.