共用方式為


AggregatorTerminationStrategy.Condition Property

Definition

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.

Applies to