Partager via


TerminationStrategy.Agents Property

Definition

Set of agents for which this strategy is applicable. If not set, any agent is evaluated.

public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Agents.Agent>? Agents { get; set; }
member this.Agents : System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Agents.Agent> with get, set
Public Property Agents As IReadOnlyList(Of Agent)

Property Value

Applies to