Interface for the input of a ChatPromptTemplate.
interface ChatPromptTemplateInputBasePromptTemplateInput<RunInput, PartialVariableName>A list of variable names the prompt template expects
How to parse the output of calling an LLM on this formatted prompt
Partial variables
The prompt messages
The formatting method to use on the prompt.
Whether to try validating the template on initialization