Retrieval decides the answer
The model can only reason over what it is given. Nearly every wrong answer from a RAG system is a retrieval failure wearing a generation costume — the right passage was never fetched. So the engineering effort goes into chunking, hybrid search and re-ranking rather than into prompt wording.