Spaces:
Sleeping
Sleeping
Update prompts/rag_prompt.txt
Browse files- 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}}
|