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.
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)