mirror of
https://github.com/langgenius/dify.git
synced 2026-03-27 15:09:57 +08:00
feat: source for plugin tasks (#33244)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
54637144c5
commit
d67f04f63e
@ -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 | None = Field(default=None, description="The installation source of the plugin")
|
||||||
|
|
||||||
|
|
||||||
class PluginInstallTask(BasePluginEntity):
|
class PluginInstallTask(BasePluginEntity):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user