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:
@@ -15,10 +15,6 @@ from app.log import logger
|
||||
class RecognizeCaptchaInput(BaseModel):
|
||||
"""识别图形验证码工具的输入参数模型。"""
|
||||
|
||||
explanation: Optional[str] = Field(
|
||||
None,
|
||||
description="Clear explanation of why this captcha image needs to be recognized",
|
||||
)
|
||||
image_url: str = Field(
|
||||
...,
|
||||
description=(
|
||||
|
||||
Reference in New Issue
Block a user