From 264578caec1aba7f961c0f1a85fba6078289ff66 Mon Sep 17 00:00:00 2001 From: cra88y/pc Date: Sat, 25 Apr 2026 23:17:12 -0500 Subject: [PATCH] change: prompting --- ai_answers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ai_answers.py b/ai_answers.py index b91ff5b..472d813 100644 --- a/ai_answers.py +++ b/ai_answers.py @@ -749,10 +749,11 @@ class SXNGPlugin(Plugin): CORE_RULES = [ "Answer the question directly using the provided context.", - f"High density: Expert-briefing level. Aim for ~{target_words} words.", "MUST CITE SOURCES by tailing a sentence with [n] or [n,n] etc. If citing general knowledge, use [*].", "Do not use filler words, transitions, or meta-commentary.", "Never explain your process. The user expects a direct response.", + "Response format must be plain text with no markdown." + f"High density: Expert-briefing level. Target response length: ~{target_words} words.", "If sources and general knowledge are insufficient, respond with 'Insufficient information to answer.'" ]