Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ load_arxiv_tool
Function
load_arxiv_tool
host_local_tools.py:92–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
server.load_tool(
"code_interpreter"
)
91
92
def
load_arxiv_tool():
93
server.load_tool(
"arxiv"
)
94
95
def
load_google_places_tool():
96
GPLACES_API_KEY = os.environ.get(
'GPLACES_API_KEY'
,
''
)
Callers
1
run_tool_server
Function · 0.85
Calls
1
load_tool
Method · 0.80
Tested by
no test coverage detected