Notice when the question is about their own machine
The other detector recognises named components, so its complement is unbounded; this one reads grammar instead, which is not.
This commit is contained in:
@@ -1909,6 +1909,19 @@
|
||||
AI_WEB_SEARCH_RESULTS=4
|
||||
AI_WEB_SEARCH_TIMEOUT=6
|
||||
|
||||
# ━━━ AI Chat Caution ━━━
|
||||
# General Chat cannot see this installation, and web search gives it confident-sounding material
|
||||
# about the outside world. The danger is the overlap: a question about THIS machine, answered
|
||||
# from a general page about Unraid, reads exactly like an answer about this machine.
|
||||
#
|
||||
# Detection is grammatical rather than topical — possessives, "this box", state questions, "what
|
||||
# happened last night" — because the topics are unbounded and the grammar is not. When it fires,
|
||||
# chat keeps its caution and defers instead of answering from the web.
|
||||
#
|
||||
# Pipe-separated extra phrases for what grammar misses: a nickname for the box, a share name,
|
||||
# anything that in practice means "mine". Matched as literal text, not as patterns.
|
||||
AI_CHAT_MY_SYSTEM_PHRASES=""
|
||||
|
||||
# ━━━ AI Conf Write Access ━━━
|
||||
# Separate switch from AI_ENABLED, off by default, and an explicit key whitelist. Never paths,
|
||||
# never credentials, never a container name. An empty whitelist means no writes regardless of
|
||||
|
||||
Reference in New Issue
Block a user