mirror of
https://github.com/langgenius/dify.git
synced 2026-03-16 20:37:42 +08:00
feat: get debugging key
This commit is contained in:
@ -12,6 +12,6 @@ class PluginDebuggingManager(BasePluginManager):
|
||||
class Response(BaseModel):
|
||||
key: str
|
||||
|
||||
response = self._request_with_plugin_daemon_response("POST", f"/plugin/{tenant_id}/debugging/key", Response)
|
||||
response = self._request_with_plugin_daemon_response("POST", f"plugin/{tenant_id}/debugging/key", Response)
|
||||
|
||||
return response.key
|
||||
|
||||
Reference in New Issue
Block a user