Class ChatCompletion
Class ChatCompletion
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
提供された入力に基づいてモデルから返されるチャット完了応答を表します。
public class ChatCompletion
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
コンストラクター
ChatCompletion()
public ChatCompletion()
プロパティ
Choices
チャット完了の選択肢のリスト。nが1より大きい場合、複数の選択肢がある可能性があります。
public List<choice> Choices { get; set; }
プロパティ値
Created
チャット完了が作成された時刻のUnixタイムスタンプ(秒単位)。
public long Created { get; set; }
プロパティ値
Id
チャット完了の一意の識別子。
public string Id { get; set; }
プロパティ値
Model
チャット完了に使用されるモデル。
public string Model { get; set; }
プロパティ値
Object
オブジェクトのタイプで、常にchat.completionです。
public string Object { get; set; }
プロパティ値
SystemFingerprint
このフィンガープリントは、モデルが実行されるバックエンド構成を表します。
public string SystemFingerprint { get; set; }
プロパティ値
Usage
完了リクエストの使用統計。
public Usage Usage { get; set; }