Class ForkPoint
- Namespace
- JD.AI.Core.Agents
- Assembly
- JD.AI.Core.dll
public sealed class ForkPoint
- Inheritance
-
ForkPoint
- Inherited Members
-
Properties
Id
public int Id { get; init; }
Property Value
- int
MessageCount
public int MessageCount { get; init; }
Property Value
- int
ModelId
public string ModelId { get; init; }
Property Value
- string
ProviderName
public string ProviderName { get; init; }
Property Value
- string
Timestamp
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset
TurnIndex
public int TurnIndex { get; init; }
Property Value
- int