advancedExercise 1 of 1
RAG Prompt with Citations
Write a prompt that takes retrieved document chunks as context and answers a user question grounded in that context, with citations.
Your Task
Write a RAG prompt template that takes 2-3 retrieved documents and a user question. Claude should answer using only the provided context, cite which document(s) it drew from, and gracefully handle cases where the answer isn't in the documents.