Class AgentInfo
public record AgentInfo : IEquatable<AgentInfo>
- Inheritance
-
AgentInfo
- Implements
- Inherited Members
Constructors
AgentInfo(string, string, string, int, DateTimeOffset)
public AgentInfo(string Id, string Provider, string Model, int TurnCount, DateTimeOffset CreatedAt)
Parameters
IdstringProviderstringModelstringTurnCountintCreatedAtDateTimeOffset
Properties
CreatedAt
public DateTimeOffset CreatedAt { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Model
public string Model { get; init; }
Property Value
Provider
public string Provider { get; init; }
Property Value
TurnCount
public int TurnCount { get; init; }