TerminationStrategy.Agents 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 or sets the set of agents for which this strategy is applicable.
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
The default value is that any agent is evaluated.