Inputs to create a PromptTemplate
interface PromptTemplateInputBasePromptTemplateInput<RunInput, PartialVariableName>Additional fields which should be included inside the message content array if using a complex message content.
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 template
The format of the prompt template. Options are "f-string" and "mustache"
Whether or not to try validating the template on initialization