115
Prompts/grounded-answer-prompt
Prompt

Grounded Answer Prompt

Force the model to answer only from provided sources, with citations.

Context
Use as the final step of a RAG pipeline to prevent hallucination.
Prompt
Answer the question using ONLY the sources provided. If the sources do not contain the answer, say "I don't know based on the provided sources."

Sources:
{{sources}}

Question: {{question}}

Cite each claim as [source_id].
Example Output
Our refund policy allows returns within 30 days of purchase [doc_12]. Items must be unused and in original packaging [doc_12].
Related Workflow
Related Tool Stacks