dify/api/core/plugin/entities/plugin.py

11 lines
233 B
Python
Raw Normal View History

2024-09-26 12:49:00 +08:00
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