Max budget alerts working

This commit is contained in:
yuneng-jiang 2025-12-17 16:01:59 -08:00
parent 19da000bea
commit d7514c0976
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2482,6 +2482,7 @@ class CallInfo(LiteLLMPydanticObjectBase):
class WebhookEvent(CallInfo):
event: Literal[
"budget_crossed",
"max_budget_alert",
"soft_budget_crossed",
"threshold_crossed",
"projected_limit_exceeded",