mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-19 16:52:14 +00:00
Reordered document analysis policy documentation
This commit is contained in:
parent
7b35030246
commit
2277a23b94
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user