Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -10,7 +10,7 @@ ANSWER:
|
|
10 |
"""
|
11 |
|
12 |
# Context Relevancy Checker Prompt
|
13 |
-
relevancy_prompt = """You are an expert judge tasked with evaluating
|
14 |
Analyze the provided QUERY AND CONTEXT to determine if each Ccontent in the CONTEXT LIST contains Relevant information to answer the QUERY.
|
15 |
|
16 |
Guidelines:
|
|
|
10 |
"""
|
11 |
|
12 |
# Context Relevancy Checker Prompt
|
13 |
+
relevancy_prompt = """You are an expert judge tasked with evaluating whether the EACH OF THE CONTEXT provided in the CONTEXT LIST is self sufficient to answer the QUERY asked.
|
14 |
Analyze the provided QUERY AND CONTEXT to determine if each Ccontent in the CONTEXT LIST contains Relevant information to answer the QUERY.
|
15 |
|
16 |
Guidelines:
|