ChatOptions.StopSequences Proprietà

Definizione

Ottiene o imposta l'elenco di sequenze di arresto.

public:
 property System::Collections::Generic::IList<System::String ^> ^ StopSequences { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string>? StopSequences { get; set; }
member this.StopSequences : System.Collections.Generic.IList<string> with get, set
Public Property StopSequences As IList(Of String)

Valore della proprietà

Commenti

Dopo aver rilevato una sequenza di arresto, il modello smette di generare altri token per le risposte di chat.

Si applica a