Class Choice
信息
聊天完成选择。
public class ChoiceInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
Choice()
public Choice()Properties
FinishReason
模型停止生成标记的原因。
如果模型到达自然停止点或提供的停止序列,则会停止;如果在请求中指定的最大标记数已达到,也会停止。
[JsonProperty("finish_reason")]
public string FinishReason { get; set; }Property Value
Index
在选择列表中的索引。
[JsonProperty("index")]
public int Index { get; set; }Property Value
Message
模型生成的聊天完成消息。
[JsonProperty("message")]
public Message Message { get; set; }Property Value
Namespace: Documentize
Assembly: Documentize.dll