CompletionMarkerLoopEvaluatorOptions.FeedbackMessageTemplate 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.
Gets or sets the template used to build the feedback produced when the completion marker has not yet appeared,
or null to use DefaultFeedbackMessageTemplate.
public string? FeedbackMessageTemplate { get; set; }
member this.FeedbackMessageTemplate : string with get, set
Public Property FeedbackMessageTemplate As String
Property Value
Remarks
Any occurrence of CompletionMarkerPlaceholder in the template is replaced with the configured completion marker. Any occurrence of LastResponsePlaceholder is replaced, on each evaluation, with the text of the agent's latest response — useful for echoing the agent's prior output back to it when the consuming CompletionMarkerLoopEvaluator is used with a fresh context per iteration.