Class TurnRecord
- Namespace
- JD.AI.Gateway.Client.Models
- Assembly
- JD.AI.Gateway.Client.dll
public sealed class TurnRecord
- Inheritance
-
TurnRecord
- Inherited Members
-
Properties
Content
[JsonPropertyName("content")]
public string Content { get; init; }
Property Value
- string
CreatedAt
[JsonPropertyName("createdAt")]
public DateTimeOffset CreatedAt { get; init; }
Property Value
- DateTimeOffset
DurationMs
[JsonPropertyName("durationMs")]
public int DurationMs { get; init; }
Property Value
- int
Id
[JsonPropertyName("id")]
public string Id { get; init; }
Property Value
- string
ModelId
[JsonPropertyName("modelId")]
public string? ModelId { get; init; }
Property Value
- string
Role
[JsonPropertyName("role")]
public string Role { get; init; }
Property Value
- string
TokensIn
[JsonPropertyName("tokensIn")]
public int TokensIn { get; init; }
Property Value
- int
TokensOut
[JsonPropertyName("tokensOut")]
public int TokensOut { get; init; }
Property Value
- int
TurnIndex
[JsonPropertyName("turnIndex")]
public int TurnIndex { get; init; }
Property Value
- int