ChatOptions.StopSequences Propriedade

Definição

Obtém ou define a lista de sequências de paradas.

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 de Propriedade

Observações

Após a deteção de uma sequência de paragens, o modelo deixa de gerar mais tokens para as respostas do chat.

Aplica-se a