feat(system-settings): add unified tools for querying and updating system settings

This commit is contained in:
jxxghp
2026-05-12 13:55:52 +08:00
parent ac090af606
commit ea88f272a6
10 changed files with 1191 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ class QueryCustomIdentifiersTool(MoviePilotTool):
"Returns the list of identifier rules used for preprocessing torrent/file names before media recognition. "
"Use this tool to check existing rules before adding new ones to avoid duplicates."
)
require_admin: bool = True
args_schema: Type[BaseModel] = QueryCustomIdentifiersInput
def get_tool_message(self, **kwargs) -> Optional[str]: