Table of Contents

Class ModelSwitchRecord

Namespace
JD.AI.Core.Agents
Assembly
JD.AI.Core.dll
public sealed record ModelSwitchRecord : IEquatable<ModelSwitchRecord>
Inheritance
ModelSwitchRecord
Implements
Inherited Members

Constructors

ModelSwitchRecord(DateTimeOffset, string, string, string)

public ModelSwitchRecord(DateTimeOffset Timestamp, string ModelId, string ProviderName, string SwitchMode)

Parameters

Timestamp DateTimeOffset
ModelId string
ProviderName string
SwitchMode string

Properties

ModelId

public string ModelId { get; init; }

Property Value

string

ProviderName

public string ProviderName { get; init; }

Property Value

string

SwitchMode

public string SwitchMode { get; init; }

Property Value

string

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset