set default value for mcp namespace tool name to prevent duplicate entry in table (#12894)

This commit is contained in:
Shao-Kan Chu 2025-07-29 16:47:16 -04:00 committed by GitHub
parent 4878bc6275
commit c2f6937455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
),