mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
add source for plugin tasks
This commit is contained in:
@ -157,6 +157,7 @@ class PluginInstallTaskPluginStatus(BaseModel):
|
|||||||
message: str = Field(description="The message of the install task.")
|
message: str = Field(description="The message of the install task.")
|
||||||
icon: str = Field(description="The icon of the plugin.")
|
icon: str = Field(description="The icon of the plugin.")
|
||||||
labels: I18nObject = Field(description="The labels of the plugin.")
|
labels: I18nObject = Field(description="The labels of the plugin.")
|
||||||
|
source: str = Field(default="", description="The installation source of the plugin")
|
||||||
|
|
||||||
|
|
||||||
class PluginInstallTask(BasePluginEntity):
|
class PluginInstallTask(BasePluginEntity):
|
||||||
|
|||||||
Reference in New Issue
Block a user