Share via


PromptRenderedContext.RenderedPrompt Property

Definition

Gets or sets the rendered prompt.

public string RenderedPrompt { get; set; }
member this.RenderedPrompt : string with get, set
Public Property RenderedPrompt As String

Property Value

Remarks

The filter may view the rendered prompt and change it, if desired. If there are multiple filters registered, subsequent filters may overwrite a value set by a previous filter. The final result is what will be the prompt used by the system.

Applies to