A ticket office wants a bot that answers only from the pasted timetable and says when the timetable is silent. What should the prompt include?
Select an answer to reveal the explanation.
Short Explanation
The ticket office wants answers only from the pasted timetable, and a clean “I don’t have that” when the paste is silent. Put that grounding rule and fallback in the prompt. Inventing times is the failure. This is not a full RAG build and not an NCCL reduce.
Full Explanation
An application-level prompt can require answers from the provided timetable and a stated fallback when that source is silent. Inventing times is the failure mode. This item is not a full RAG build and not NCCL.