KnowledgeAgentOutputConfiguration.AttemptFastPath 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.
Indicates whether the agent should attempt to issue the most recent chat message as a direct query to the knowledge sources, bypassing the model calls.
public bool? AttemptFastPath { get; set; }
member this.AttemptFastPath : Nullable<bool> with get, set
Public Property AttemptFastPath As Nullable(Of Boolean)