adding messaging for stale rate limits + when no rate limits are cached (#5570)

This commit is contained in:
zhao-oai
2025-10-24 08:46:31 -07:00
committed by GitHub
parent 80783a7bb9
commit c72b2ad766
6 changed files with 207 additions and 41 deletions

View File

@@ -1631,6 +1631,7 @@ impl ChatWidget {
context_usage,
&self.conversation_id,
self.rate_limit_snapshot.as_ref(),
Local::now(),
));
}