AgentGroupChatSettings.TerminationStrategy 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. Dfeault strategy limited to a single iteration and no termination criteria.
public Microsoft.SemanticKernel.Agents.Chat.TerminationStrategy TerminationStrategy { get; init; }
member this.TerminationStrategy : Microsoft.SemanticKernel.Agents.Chat.TerminationStrategy with get, set
Public Property TerminationStrategy As TerminationStrategy
Property Value
Remarks
See TerminationStrategy.