change: prompting
This commit is contained in:
+2
-1
@@ -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.'"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user