fix: install plugins

This commit is contained in:
Yeuoly
2024-10-16 14:02:05 +08:00
parent a81293cf5a
commit 43ffccc8fd
4 changed files with 54 additions and 22 deletions

View File

@ -130,6 +130,6 @@ class PluginInstallTask(BasePluginEntity):
plugins: list[PluginInstallTaskPluginStatus] = Field(description="The status of the plugins.")
class PluginInstallTaskStartResponse(BasePluginEntity):
class PluginInstallTaskStartResponse(BaseModel):
all_installed: bool = Field(description="Whether all plugins are installed.")
task_id: str = Field(description="The ID of the install task.")