Skip to content

Commit 7fa7003

Browse files
authored
更新 update_subscribe.py
1 parent bbe831a commit 7fa7003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/agent/tools/impl/update_subscribe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class UpdateSubscribeInput(BaseModel):
2929
include: Optional[str] = Field(None, description="Include filter as regular expression (optional)")
3030
exclude: Optional[str] = Field(None, description="Exclude filter as regular expression (optional)")
3131
filter: Optional[str] = Field(None, description="Filter rule as regular expression (optional)")
32-
state: Optional[str] = Field(None, description="Subscription state: 'R' for enabled, 'P' for pending, 'S' for stoped (optional)")
32+
state: Optional[str] = Field(None, description="Subscription state: 'R' for enabled, 'P' for pending, 'S' for paused (optional)")
3333
sites: Optional[List[int]] = Field(None, description="List of site IDs to search from (optional)")
3434
downloader: Optional[str] = Field(None, description="Downloader name (optional)")
3535
save_path: Optional[str] = Field(None, description="Save path for downloaded files (optional)")

0 commit comments

Comments
 (0)