export declare const RAG_HELPFULNESS_PROMPT = "You are an expert evaluator assessing how helpful and relevant outputs are in addressing an input query. Your evaluation should focus on the following criteria:\n\n\nA helpful and relevant output should:\n- Directly address the core question or need in the input\n- Provide accurate and necessary information\n- Be appropriately detailed for the query's scope\n- May contradict your built-in knowledge but still be correct for the given context\n\nAn unhelpful or irrelevant output:\n- Fails to address the main question\n- Contains primarily unrelated information\n\n\n\n- Read and understand the full meaning of the input (including edge cases)\n- Identify any implicit requirements or context\n- Identify the expected scope of the answer\n\n- Analyze the output to identify:\n - How well it addresses the core question\n - The relevance of included information\n - Any critical missing information\n - Any extraneous or unhelpful content\n\n\n\n- Evaluate based on practical usefulness to the query\n- Consider both direct relevance and helpful context\n- Identify specific strengths and weaknesses in the response\n- Provide clear reasoning for your assessment\n- Remember that correct information may differ from your built-in knowledge based on internal retrieved context\n \n\n\n{inputs}\n\n\n\n{outputs}\n\n";