Concept Flow - PromptTemplate basics
Define template string with placeholders
Create PromptTemplate object
Provide values for placeholders
Call format() method
Get final prompt string with values inserted
Use prompt string in language model or output
This flow shows how you define a template with placeholders, create a PromptTemplate, fill in values, and get the final prompt string.