Reordered document analysis policy documentation

This commit is contained in:
Thorsten Sommer 2026-04-17 10:29:26 +02:00
parent 7b35030246
commit 2277a23b94
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -263,9 +263,6 @@ CONFIG["CHAT_TEMPLATES"] = {}
-- } -- }
-- } -- }
-- Document analysis policies for this configuration:
CONFIG["DOCUMENT_ANALYSIS_POLICIES"] = {}
-- Mandatory infos that users must explicitly accept before using AI Studio: -- Mandatory infos that users must explicitly accept before using AI Studio:
-- AI Studio asks users again when Version, Title, or Markdown change. -- AI Studio asks users again when Version, Title, or Markdown change.
-- Changing Version additionally allows the UI to communicate that a new version is available. -- Changing Version additionally allows the UI to communicate that a new version is available.
@ -292,6 +289,9 @@ CONFIG["MANDATORY_INFOS"] = {}
-- ["RejectButtonText"] = "Stop. I do not agree to these requirements" -- ["RejectButtonText"] = "Stop. I do not agree to these requirements"
-- } -- }
-- Document analysis policies for this configuration:
CONFIG["DOCUMENT_ANALYSIS_POLICIES"] = {}
-- An example document analysis policy: -- An example document analysis policy:
-- CONFIG["DOCUMENT_ANALYSIS_POLICIES"][#CONFIG["DOCUMENT_ANALYSIS_POLICIES"]+1] = { -- CONFIG["DOCUMENT_ANALYSIS_POLICIES"][#CONFIG["DOCUMENT_ANALYSIS_POLICIES"]+1] = {
-- ["Id"] = "00000000-0000-0000-0000-000000000000", -- ["Id"] = "00000000-0000-0000-0000-000000000000",