π Please Respond ChatΒΆ
templates.rag.response_generation.please_respond_chat
MultiReferenceTemplate(
instruction="Please respond to the following question using the context",
input_format="Context: {contexts}
Question: {question}.
",
references_field="reference_answers",
)
[source]Read more about catalog usage here.