mirror of
https://github.com/langgenius/dify.git
synced 2026-03-21 06:18:27 +08:00
feat: get debugging key
This commit is contained in:
8
api/services/plugin/plugin_debugging_service.py
Normal file
8
api/services/plugin/plugin_debugging_service.py
Normal file
@ -0,0 +1,8 @@
|
||||
from core.plugin.manager.debugging import PluginDebuggingManager
|
||||
|
||||
|
||||
class PluginDebuggingService:
|
||||
@staticmethod
|
||||
def get_plugin_debugging_key(tenant_id: str) -> str:
|
||||
manager = PluginDebuggingManager()
|
||||
return manager.get_debugging_key(tenant_id)
|
||||
Reference in New Issue
Block a user