mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-21 08:12:13 +08:00
fix(agent): include core settings in AI agent group (#6272)
This commit is contained in:
@@ -28,7 +28,7 @@ class QuerySystemSettingsInput(BaseModel):
|
||||
description=(
|
||||
"Exact setting key to query. Supports Settings field names like 'APP_DOMAIN' or 'TMDB_API_KEY', "
|
||||
"SystemConfigKey values like 'Downloaders' or 'MediaServers', enum names, and some single-key aliases "
|
||||
"such as 'downloaders', 'directories', 'search_sites', 'subscribe_sites', 'site_auth', 'ai_agent', "
|
||||
"such as 'downloaders', 'directories', 'search_sites', 'subscribe_sites', 'site_auth', "
|
||||
"and 'custom_identifiers'."
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user