Inputs to create a ImagePromptTemplate
interface ImagePromptTemplateInputBasePromptTemplateInput<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 format of the prompt template. Options are 'f-string'
Whether or not to try validating the template on initialization