Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -68,7 +68,7 @@ Relevancy Response:
|
|
68 |
Provide your verdict in JSON format with a single key 'content number' and no preamble or explanation: [{{"content":<content number>}}]"""
|
69 |
|
70 |
## Prompt for MeaningFul Context for Response synthesis
|
71 |
-
|
72 |
(1) Look at the output from the Relevant Context Picker Agent.
|
73 |
(2) Analyze the 'content' key in the Json Structure format({{"content":<<content_number>>}}).
|
74 |
(3) Retrieve the value of 'content' key and pick up the context corresponding to that element from the Content List provided.
|
|
|
68 |
Provide your verdict in JSON format with a single key 'content number' and no preamble or explanation: [{{"content":<content number>}}]"""
|
69 |
|
70 |
## Prompt for MeaningFul Context for Response synthesis
|
71 |
+
response_synthesis = """ You main task is to analyze the json structure as a part of the Context Number Response and the list of Contexts provided in the 'Content List' and perform the following steps:-
|
72 |
(1) Look at the output from the Relevant Context Picker Agent.
|
73 |
(2) Analyze the 'content' key in the Json Structure format({{"content":<<content_number>>}}).
|
74 |
(3) Retrieve the value of 'content' key and pick up the context corresponding to that element from the Content List provided.
|