TodoCompletionLoopEvaluatorOptions.FeedbackMessageTemplate Property

Definition

Gets or sets the template used to build the feedback produced while incomplete todo items remain, 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 RemainingTodosPlaceholder in the template is replaced, on each evaluation, with a formatted list of the remaining (incomplete) todo items. When the placeholder is absent the rendered list is not appended.

Applies to