Partager via


SelectionStrategy.InitialAgent Property

Definition

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.

Applies to