()
| 42 | server.load_tool("bing_search", {"subscription_key": BING_SUBSCRIPT_KEY}) |
| 43 | |
| 44 | def load_office_ppt_tool(): |
| 45 | server.load_tool("office-ppt") |
| 46 | |
| 47 | def load_alpha_vantage_tool(): |
| 48 | ALPHA_VANTAGE_KEY = os.environ.get('ALPHA_VANTAGE_KEY', None) |
no test coverage detected