LangChain - Prompt Templates
Identify the error in this code snippet:
template = PromptTemplate(template="Welcome {name}!", input_variables=["name"])
result = template.format("Alice")