AggregatorTerminationStrategy.Condition 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 logical operation for aggregation.
public Microsoft.SemanticKernel.Agents.Chat.AggregateTerminationCondition Condition { get; init; }
member this.Condition : Microsoft.SemanticKernel.Agents.Chat.AggregateTerminationCondition with get, set
Public Property Condition As AggregateTerminationCondition
Property Value
The logical operation for aggregation, which can be All or Any. The default is All.