MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / test.py

File test.py

bmtools/tools/database/test.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from bmtools.agent.singletool import load_single_tools, STQuestionAnswerer
2
3tool_name, tool_url = 'database', "http://127.0.0.1:8079/tools/database/"
4tool_name, tool_config = load_single_tools(tool_name, tool_url)

Callers

nothing calls this directly

Calls 4

load_single_toolsFunction · 0.90
STQuestionAnswererClass · 0.90
load_toolsMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected