ChatOptions.StopSequences Propiedad

Definición

Obtiene o establece la lista de secuencias de detención.

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 propiedad

Comentarios

Una vez detectada una secuencia de detención, el modelo deja de generar más tokens para las respuestas de chat.

Se aplica a