PromptBuilder.EndParagraph Method

Definition

Specifies the end of a paragraph in the PromptBuilder object.

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

Remarks

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

Applies to