mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
The session-scoped endpoint built its response without the enrichment the main /spend/logs/ui list applies, so rows it returned always had session_total_count unset. The logs UI drawer uses that field as a fallback signal to stay in session mode; selecting a row from inside an already-open session (rather than from the main list) silently dropped the drawer out of session view since the newly selected row never carried a valid count. Every row from this endpoint shares the requested session_id, so the endpoint's own total_records is already the correct value for every row. |
||
|---|---|---|
| .. | ||
| test_budget_reservation_redis_failure.py | ||
| test_cloudzero_endpoints.py | ||
| test_compression_savings.py | ||
| test_savings.py | ||
| test_spend_log_error_logger.py | ||
| test_spend_management_endpoints.py | ||
| test_spend_query_optimization.py | ||
| test_spend_tracking_utils.py | ||