LangChain - RAG Chain Construction
You want to create a Langchain prompt that includes a list of tasks dynamically. Which approach correctly injects the list
tasks = ['Translate', 'Summarize'] into the prompt template?