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.
Strategy for selecting the next agent. Defaults to SequentialSelectionStrategy.
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
Remarks
See SelectionStrategy.