SelectionStrategy.InitialAgent 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.
An optional agent for initial selection.
public Microsoft.SemanticKernel.Agents.Agent? InitialAgent { get; set; }
member this.InitialAgent : Microsoft.SemanticKernel.Agents.Agent with get, set
Public Property InitialAgent As Agent
Property Value
Remarks
Useful to avoid latency in initial agent selection.