Class SessionInfo
public record SessionInfo : IEquatable<SessionInfo>
- Inheritance
-
SessionInfo
- Implements
- Inherited Members
Properties
ChannelDisplay
Returns a display-friendly channel label with icon.
public string ChannelDisplay { get; }
Property Value
ChannelType
public string? ChannelType { get; init; }
Property Value
CreatedAt
public DateTimeOffset CreatedAt { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
IsActive
public bool IsActive { get; init; }
Property Value
MessageCount
public int MessageCount { get; init; }
Property Value
ModelId
public string? ModelId { get; init; }
Property Value
Name
public string? Name { get; init; }
Property Value
ProviderName
public string? ProviderName { get; init; }
Property Value
TotalTokens
public int TotalTokens { get; init; }
Property Value
Turns
public IList<TurnRecord> Turns { get; init; }
Property Value
UpdatedAt
public DateTimeOffset UpdatedAt { get; init; }