FunctionCallingStepwisePlannerOptions.GetInitialPlanPromptTemplate 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.
Delegate to get the prompt template YAML for the initial plan generation phase.
public Func<string>? GetInitialPlanPromptTemplate { get; set; }
member this.GetInitialPlanPromptTemplate : Func<string> with get, set
Public Property GetInitialPlanPromptTemplate As Func(Of String)