Fix issue writing db (#13001)

This commit is contained in:
Emerson Gomes 2025-07-25 19:27:13 -05:00 committed by GitHub
parent d6423d913d
commit dc8c14b504
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -872,7 +872,8 @@ class DBSpendUpdateWriter:
"model": transaction["model"],
"custom_llm_provider": transaction.get(
"custom_llm_provider"
),
)
or "",
"mcp_namespaced_tool_name": transaction.get(
"mcp_namespaced_tool_name"
)