mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(e2e): surface call_type and provider in spend-row failure summaries
Include call_type and custom_llm_provider in the _summarize row detail so a failed spend assertion prints the two fields the messages-bridge test asserts on, instead of hiding them and forcing a re-run to diagnose.
This commit is contained in:
parent
3259c6784a
commit
fdec1afd79
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ def _summarize(rows: list[SpendLogRow]) -> list[dict[str, object]]:
|
|||
"spend",
|
||||
"status",
|
||||
"cache_hit",
|
||||
"call_type",
|
||||
"custom_llm_provider",
|
||||
"prompt_tokens",
|
||||
"completion_tokens",
|
||||
"total_tokens",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue