Merge branch 'claudedo/87105f5ec4f44af4ae6089cd2e153e3c'

This commit is contained in:
mika kuns
2026-08-05 16:10:37 +02:00
24 changed files with 1466 additions and 19 deletions
+4 -1
View File
@@ -129,7 +129,10 @@ public record UsageSnapshotDto(
string? GateReason,
DateTime? FetchedAtUtc,
bool IsStale,
string? LastError);
string? LastError,
int ConfiguredSlots,
int EffectiveSlots,
string? ThrottleBucket);
public record ModelUsageRowDto(
DateOnly Date,