mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
feat: get debugging key
This commit is contained in:
@ -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}')
|
||||
Reference in New Issue
Block a user