Tonyxay commited on
Commit
1d88ea1
·
verified ·
1 Parent(s): 002d262

Update prompts/rag_prompt.txt

Browse files
Files changed (1) hide show
  1. prompts/rag_prompt.txt +6 -0
prompts/rag_prompt.txt CHANGED
@@ -13,3 +13,9 @@ Context:
13
 
14
  Question: {question}
15
 
 
 
 
 
 
 
 
13
 
14
  Question: {question}
15
 
16
+ Respond STRICTLY in JSON, with no surrounding text, and include exactly these 3 fields:
17
+ - “answer”: the answer (short and direct for a multiple-choice question, detailed for an open-ended question)
18
+ - “explanation”: a brief justification based on the context
19
+ - “confident”: true if the context clearly contains enough information to answer, false if the information is insufficient, ambiguous, or missing
20
+
21
+ Exact format: {{“answer”: “...”, ‘explanation’: “...”, “confident”: true}}