ChatOptions.StopSequences Propriedade

Definição

Obtém ou define a lista de sequências de interrupção.

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)

Valor da propriedade

Comentários

Depois que uma sequência de paradas é detectada, o modelo para de gerar mais tokens para respostas de chat.

Aplica-se a