LLM Prompt Chains allow us to add Prompt Templates to our chatflows and customise exacly how we want our LLMs to respond to our queries or user input.
Prompt templates also allow you to add additional information from previous nodes, allowing you to create multistep workflows based on what you need your application to do.
In this lesson, we’ll look at three nodes, The LLM Chain, The Conversation Chain and the Multi Prompt Chain. Each one can be connected to chat prompt templates so you can create complex conversational workflows that leverage the power of large language models (LLMs)