fix: detect low balance and prompt for top up (#7166)

Signed-off-by: raj-subhankar <subhankar.rj@gmail.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: raj-subhankar <subhankar.rj@gmail.com>
This commit is contained in:
Michael Neale
2026-02-19 13:20:16 +11:00
committed by GitHub
parent 3600c84e4b
commit 629108d0fc
13 changed files with 461 additions and 103 deletions
+1
View File
@@ -164,6 +164,7 @@ pub struct FrontendToolRequest {
pub enum SystemNotificationType {
ThinkingMessage,
InlineMessage,
CreditsExhausted,
}
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, ToSchema)]