LangChain - Prompt Templates
What is the issue with this Langchain prompt template code?
template = PromptTemplate(template="Good morning, {name}", input_variables=["user"])
prompt = template.format(name="John")