feat: get debugging key

This commit is contained in:
Yeuoly
2024-09-20 15:08:39 +08:00
parent 9693b5ad0c
commit 2223dfb266
6 changed files with 45 additions and 6 deletions

View File

@ -2,4 +2,8 @@ from core.plugin.manager.base import BasePluginManager
class PluginToolManager(BasePluginManager):
pass
def fetch_tool_providers(self, asset_id: str) -> list[str]:
"""
Fetch tool providers for the given asset.
"""
response = self._request('GET', f'/plugin/asset/{asset_id}')