PromptBuilder.EndSentence Método
Definição
Especifica o final de uma frase no objeto PromptBuilder.Specifies the end of a sentence in the PromptBuilder object.
public:
void EndSentence();
public void EndSentence ();
member this.EndSentence : unit -> unit
Public Sub EndSentence ()
Comentários
Prompts longos podem ser renderizados mais como a fala humana se forem divididos em frases e parágrafos.Long prompts can be rendered more like human speech if they are broken into sentences and paragraphs. Para ver um exemplo, consulte StartSentence.See StartSentence for an example.