test-ragp / src /rag_pipelines /prompts /summarize_answers.py
awinml's picture
Upload 107 files
336f4a9 verified
SummarizeAnswersPrompt = (
"Task: Generate the most accurate and relevant answer.\n\n"
"Instructions:\n"
"1. Analyze the given question: '{question}'.\n"
"2. Review the provided list of answers: {answers}.\n"
"3. Craft a response that best addresses the question. The answer can be:\n"
" - A completely new formulation.\n"
" - A refined combination of ideas from the list.\n\n"
"Output: Only provide the final answer, with no additional text or commentary."
)