mirror of
https://github.com/langgenius/dify.git
synced 2026-03-14 05:29:45 +08:00
fix model
This commit is contained in:
parent
67fdd0be03
commit
014a6a11df
@ -7,4 +7,3 @@ class BasePluginEntity(BaseModel):
|
||||
id: str
|
||||
created_at: datetime
|
||||
updated_at: datetime
|
||||
plugin_unique_identifier: str
|
||||
|
||||
@ -158,6 +158,7 @@ class PluginEntity(PluginInstallation):
|
||||
name: str
|
||||
installation_id: str
|
||||
version: str
|
||||
plugin_unique_identifier: str
|
||||
|
||||
@model_validator(mode="after")
|
||||
def set_plugin_id(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user