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.
Gets the strategy for terminating the agent.
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
The strategy for terminating the agent. The default strategy a single iteration and no termination criteria.
Remarks
See TerminationStrategy.