| 1 | from bmtools.agent.tools_controller import load_valid_tools, MTQuestionAnswerer |
| 2 | tools_mappings = { |
| 3 | 'weather': "http://127.0.0.1:8079/tools/weather/", |
| 4 | 'file_operation': "http://127.0.0.1:8079/tools/file_operation/", |
nothing calls this directly
no test coverage detected