Table of Contents

Class TurnRecord

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record TurnRecord : IEquatable<TurnRecord>
Inheritance
TurnRecord
Implements
Inherited Members

Properties

Content

public string Content { get; init; }

Property Value

string

CreatedAt

public DateTimeOffset CreatedAt { get; init; }

Property Value

DateTimeOffset

DurationMs

public int DurationMs { get; init; }

Property Value

int

Id

public string Id { get; init; }

Property Value

string

ModelId

public string? ModelId { get; init; }

Property Value

string

Role

public string Role { get; init; }

Property Value

string

TokensIn

public int TokensIn { get; init; }

Property Value

int

TokensOut

public int TokensOut { get; init; }

Property Value

int

TurnIndex

public int TurnIndex { get; init; }

Property Value

int