Class Choice

Class Choice

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

聊天完成选择。

public class Choice

继承

objectChoice

继承成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

构造函数

Choice()

public Choice()

属性

FinishReason

模型停止生成令牌的原因。 如果模型达到自然停止点或提供的停止序列,或者请求中指定的最大令牌数量达到,则会停止。

public string FinishReason { get; set; }

属性值

string

Index

选择在选择列表中的索引。

public int Index { get; set; }

属性值

int

Message

模型生成的聊天完成消息。

public Message Message { get; set; }

属性值

Message

 中文