Don’t forget to initialize LangBear client before
using it.
Getting a prompt template
ThePrompts#get method returns a prompt template related to the specified key.
The returned object is a LangBearPromptTemplate that contains multiple prompt templates.
Localization
Passlang as a parameter to the Prompts#get function to get prompt template
for a language.
lang is not specified.
Formatting input variables
Replace{variable} with the value of the variable.