| 1 | from bmtools.agent.singletool import load_single_tools, STQuestionAnswerer |
| 2 | |
| 3 | tool_name, tool_url = 'database', "http://127.0.0.1:8079/tools/database/" |
| 4 | tool_name, tool_config = load_single_tools(tool_name, tool_url) |
nothing calls this directly
no test coverage detected