dify/api/core/plugin/entities/plugin.py
2024-09-26 12:49:00 +08:00

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