change: prompting

This commit is contained in:
cra88y/pc
2026-04-25 23:17:12 -05:00
parent ce772d07a0
commit 264578caec
+2 -1
View File
@@ -749,10 +749,11 @@ class SXNGPlugin(Plugin):
CORE_RULES = [ CORE_RULES = [
"Answer the question directly using the provided context.", "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 [*].", "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.", "Do not use filler words, transitions, or meta-commentary.",
"Never explain your process. The user expects a direct response.", "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.'" "If sources and general knowledge are insufficient, respond with 'Insufficient information to answer.'"
] ]