Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ register_database_tool
Function
register_database_tool
bmtools/tools/database/__init__.py:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
@register(
"database"
)
4
def
register_database_tool():
5
from
.api
import
build_database_tool
6
return
build_database_tool
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected