mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-05 15:39:40 +08:00
refactor: adjust default and maximum limits for plugin candidates and torrent results; enhance result formatting for agents
This commit is contained in:
@@ -28,7 +28,7 @@ class SearchWebInput(BaseModel):
|
||||
)
|
||||
max_results: Optional[int] = Field(
|
||||
20,
|
||||
description="Maximum number of search results to return (default: 5, max: 10)",
|
||||
description="Maximum number of search results to return (default: 20, max: 20)",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user