mirror of
https://github.com/langgenius/dify.git
synced 2026-02-23 03:17:57 +08:00
11 lines
233 B
Python
11 lines
233 B
Python
from core.plugin.entities.base import BasePluginEntity
|
|
|
|
|
|
class PluginEntity(BasePluginEntity):
|
|
name: str
|
|
plugin_id: str
|
|
plugin_unique_identifier: str
|
|
tenant_id: str
|
|
endpoints_setups: int
|
|
endpoints_active: int
|