LangChain - Prompt Templates
What will happen if you call
template.format(user="Anna") on this template?template = PromptTemplate(template="Hi {user}, your balance is {balance}.", input_variables=["user", "balance"])