LangChain - Prompt Templates
What happens if you call
format on a PromptTemplate but omit a required variable?prompt = PromptTemplate(template="Hi {name}!")
prompt.format()