File size: 577 Bytes
8fb8b32
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
    "input_variables": [
        "question",
        "existing_answer",
        "context_str"
    ],
    "output_parser": null,
    "template": "The original question is as follows: {question}\\nWe have provided an existing answer: {existing_answer}\\nWe have the opportunity to refine the existing answer(only if needed) with some more context below.\\n------------\\n{context_str}\\n------------\\nGiven the new context, refine the original answer to better answer the question. If the context isn't useful, return the original answer.",
    "template_format": "f-string"
}