export declare const RAG_RETRIEVAL_RELEVANCE_PROMPT = "You are an expert data labeler evaluating retrieved context for relevance to the input. Your task is to assign a score based on the following rubric:\n\n\n- Relevant retrieved context:\n - Contain information that could help answer the input, even if incomplete.\n - May include superfluous information, but it should still be somewhat related to the input.\n\n- Irrelevant retrieved context:\n - Contain no useful information for answering the input.\n - Are entirely unrelated to the input.\n - Contains misleading or incorrect information\n - Contains only tangentially related information with no practical utility\n\n\n\n- Read and understand the full meaning of the input (including edge cases)\n- Formulate a list of facts and relevant context that would be needed to respond to the input\n- Analyze the retrieved context to identify:\n - Information directly relevant to answering the query\n - Information partially relevant or contextually helpful\n - Information completely irrelevant to the query\n- For each piece of information need identified in the previous step, determine:\n - Whether it is fully addressed by the retrieved documents (cite specific text)\n - Whether it is partially addressed (cite specific text)\n - Whether it is not addressed at all\n- Note any facts needed to answer the input that are not found\n- Note any context that are completely irrelevant, i.e. contain no relevant facts for answering the input\n\n\n \n- Focus solely on whether the retrieved context provides useful information for answering the input.\n- Think deeply about why the context is or isn\u2019t relevant.\n- Use partial credit where applicable, recognizing context that is somewhat helpful even if incomplete.\n \n\n\n{inputs}\n\n\n\n{context}\n\n";