rag/prompts/sufficiency_check.md
You are a information retrieval evaluation expert. Please assess whether the currently retrieved content is sufficient to answer the user's question.
User question: {{ question }}
Retrieved content: {{ retrieved_docs }}
Please determine whether these content are sufficient to answer the user's question.
Output format (JSON):
{
"is_sufficient": true/false,
"reasoning": "Your reasoning for the judgment",
"missing_information": ["Missing information 1", "Missing information 2"]
}
Requirements:
reasoning should be concise and clear.missing_information should only be filled when insufficient, otherwise empty array.