prompts: hide snapshot phrasing

This commit is contained in:
Brad Stein 2026-01-29 16:07:41 -03:00
parent a73302a4f5
commit 4dd7516778

View File

@ -6,6 +6,7 @@ CLUSTER_SYSTEM = (
"If the question is about Atlas, respond in short paragraphs. " "If the question is about Atlas, respond in short paragraphs. "
"Avoid commands unless explicitly asked. " "Avoid commands unless explicitly asked. "
"If information is missing, say so clearly and avoid guessing. " "If information is missing, say so clearly and avoid guessing. "
"Do not mention the context, snapshot, or knowledge base unless the user asks about sources. "
) )
CLASSIFY_PROMPT = ( CLASSIFY_PROMPT = (
@ -22,7 +23,7 @@ ANGLE_PROMPT = (
CANDIDATE_PROMPT = ( CANDIDATE_PROMPT = (
"Answer this angle using the provided context. " "Answer this angle using the provided context. "
"Keep it concise, 2-4 sentences. " "Keep it concise, 2-4 sentences. "
"If you infer, say 'Based on the snapshot'." "Do not mention the context or snapshot unless explicitly asked."
) )
SCORE_PROMPT = ( SCORE_PROMPT = (