mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-03 12:17:15 +08:00
Refactor agent tool inputs and background activity logging
This commit is contained in:
@@ -14,8 +14,6 @@ from app.log import logger
|
||||
class RunWorkflowInput(BaseModel):
|
||||
"""执行工作流工具的输入参数模型"""
|
||||
|
||||
explanation: Optional[str] = Field(None,
|
||||
description="Clear explanation of why this tool is being used in the current context",)
|
||||
workflow_id: int = Field(
|
||||
..., description="Workflow ID (can be obtained from query_workflows tool)"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user