AggregatorTerminationStrategy(TerminationStrategy[]) Constructor
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.
Aggregate a set of TerminationStrategy objects.
public AggregatorTerminationStrategy (params Microsoft.SemanticKernel.Agents.Chat.TerminationStrategy[] strategies);
new Microsoft.SemanticKernel.Agents.Chat.AggregatorTerminationStrategy : Microsoft.SemanticKernel.Agents.Chat.TerminationStrategy[] -> Microsoft.SemanticKernel.Agents.Chat.AggregatorTerminationStrategy
Public Sub New (ParamArray strategies As TerminationStrategy())
Parameters
- strategies
- TerminationStrategy[]
Set of strategies upon which to aggregate.