Input common to all prompt templates.
interface FewShotPromptTemplateInputExamples to format into the prompt. Exactly one of this or exampleSelector must be provided.
An BaseExampleSelector Examples to format into the prompt. Exactly one of this or examples must be provided.
String separator used to join the prefix, the examples, and suffix.
A prompt template string to put before the examples.
A prompt template string to put after the examples.
The formatting method to use on the prompt.
Whether to try validating the template on initialization