mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-28 09:09:03 +08:00
Feat/add repo to plugin manifest (#19337)
This commit is contained in:
parent
623ac7ea6d
commit
3258a91d5d
@ -84,6 +84,7 @@ class PluginDeclaration(BaseModel):
|
||||
resource: PluginResourceRequirements
|
||||
plugins: Plugins
|
||||
tags: list[str] = Field(default_factory=list)
|
||||
repo: Optional[str] = Field(default=None)
|
||||
verified: bool = Field(default=False)
|
||||
tool: Optional[ToolProviderEntity] = None
|
||||
model: Optional[ProviderEntity] = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user