LangChain - RAG Chain Construction
Identify the error in this Langchain prompt formatting code:
template = "User: {user}
Task: {task}"
prompt = template.format(user="Eve")
print(prompt)