Concept Flow - Partial prompt templates
Define base prompt with placeholders
Create partial prompt with .partial()
Fill some placeholders
Use partial template to create full prompt
Send full prompt to LLM
Get response
Shows how to create a prompt template with placeholders, partially fill some, then complete and send to the language model.
