mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-18 04:34:00 +08:00
fix(agent): close secret confirmation delivery gaps (#6285)
This commit is contained in:
@@ -58,7 +58,10 @@ class QuerySystemSettingsInput(BaseModel):
|
||||
False,
|
||||
description=(
|
||||
"Whether to return raw secret values such as API keys, tokens, cookies, and passwords. "
|
||||
"Defaults to false; secret-like fields are redacted in returned values and previews."
|
||||
"Defaults to false; secret-like fields are redacted in returned values and previews. "
|
||||
"Set this to true when the user explicitly asks for an unredacted secret; the host verifies "
|
||||
"administrator authority, requests confirmation, and delivers the result outside the ordinary "
|
||||
"model response. Do not refuse the tool call solely because the requested value is sensitive."
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user