mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
set default value for mcp namespace tool name to prevent duplicate entry in table (#12894)
This commit is contained in:
parent
4878bc6275
commit
c2f6937455
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@ class DBSpendUpdateWriter:
|
|||
"model_group": transaction.get("model_group"),
|
||||
"mcp_namespaced_tool_name": transaction.get(
|
||||
"mcp_namespaced_tool_name"
|
||||
),
|
||||
) or "",
|
||||
"custom_llm_provider": transaction.get(
|
||||
"custom_llm_provider"
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue