FunctionCallingStepwisePlannerOptions.GetStepPromptTemplate 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 string (system message) for the step execution phase.
public Func<string>? GetStepPromptTemplate { get; set; }
member this.GetStepPromptTemplate : Func<string> with get, set
Public Property GetStepPromptTemplate As Func(Of String)