πŸ“„ Please RespondΒΆ

templates.rag.response_generation.please_respond

MultiReferenceTemplate(
    instruction="Please respond to the following question using the context",
    input_format="Context: {contexts}
Question: {question}.
",
    target_prefix="Response:",
    references_field="reference_answers",
)
[source]

Read more about catalog usage here.