From the basic workflows.ipynb notebook in patterns/agents . Demonstrates the 'route' workflow: classify a ticket, then dispatch to a specialized sub prompt. Reproduced verbatim ar
From the basic workflows.ipynb notebook in patterns/agents . Demonstrates the 'route' workflow: classify a ticket, then dispatch to a specialized sub prompt. Reproduced verbatim ar
From the cookbook's using citations.ipynb . Pairs the Claude Citations API with a short, focused system prompt to ground answers in help center documents. Cited spans are returned
Microsoft's documented chatbot template. The two line instruction block is what keeps the assistant from answering off topic questions, and the IRS fallback URL prevents hallucinat
The most pulled RAG prompt on LangChain Hub. Three sentence answer cap plus an explicit "say you don't know" clause makes it a safe default for production RAG. Source: https://smit
Opening sections of Anthropic's officially published system prompt for Claude Sonnet 4.5 release notes, Sept 2025 . Notable for prose first formatting guidance, sparse bullet usage
From Chapter 9 of Anthropic's interactive prompt engineering tutorial. A canonical complex prompt skeleton that combines task context, tone, rules, examples, conversational history