PromptBuilder.EndSentence Method

Definition

Specifies the end of a sentence in the PromptBuilder object.

public:
 void EndSentence();
public void EndSentence ();
member this.EndSentence : unit -> unit
Public Sub EndSentence ()

Remarks

Long prompts can be rendered more like human speech if they are broken into sentences and paragraphs. See StartSentence for an example.

Applies to