Concept Flow - ChatPromptTemplate for conversations
Define Template Variables
Create ChatPromptTemplate
Input User Data
Format Prompt with Variables
Send Prompt to Language Model
Receive and Use Response
This flow shows how you define variables, create a ChatPromptTemplate, input data, format the prompt, send it to the model, and get a response.