Class Choice

信息

聊天完成选择。

public class Choice

Inheritance

objectChoice

Inherited Members

Constructors

Choice()

public Choice()

Properties

FinishReason

模型停止生成标记的原因。
如果模型到达自然停止点或提供的停止序列,则会停止;如果在请求中指定的最大标记数已达到,也会停止。

[JsonProperty("finish_reason")]
public string FinishReason { get; set; }

Property Value

string

Index

在选择列表中的索引。

[JsonProperty("index")]
public int Index { get; set; }

Property Value

int

Message

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

[JsonProperty("message")]
public Message Message { get; set; }

Property Value

Message

Namespace: Documentize
Assembly: Documentize.dll

 中文