mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
feat(proxy/_types.py): return team member spend
update pydantic object to include spend Allows showing spend of team member within team on UI
This commit is contained in:
parent
ef2a1a43ec
commit
53f0fff340
1 changed files with 1 additions and 0 deletions
|
|
@ -2493,6 +2493,7 @@ class LiteLLM_TeamMembership(LiteLLMPydanticObjectBase):
|
|||
user_id: str
|
||||
team_id: str
|
||||
budget_id: Optional[str] = None
|
||||
spend: Optional[float] = 0.0
|
||||
litellm_budget_table: Optional[LiteLLM_BudgetTable]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue