Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ load_tutorial_tool
Function
load_tutorial_tool
host_local_tools.py:80–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
# server.load_tool("baidu-translation")
79
80
def
load_tutorial_tool():
81
server.load_tool(
"tutorial"
)
82
83
def
load_file_operation_tool():
84
server.load_tool(
"file_operation"
)
Callers
1
run_tool_server
Function · 0.85
Calls
1
load_tool
Method · 0.80
Tested by
no test coverage detected