formatPrompt abstract method
Format the prompt given the input values and return a formatted prompt value.
values
- Any arguments to be passed to the prompt template.
Implementation
PromptValue formatPrompt(final InputValues values);
Format the prompt given the input values and return a formatted prompt value.
values
- Any arguments to be passed to the prompt template.PromptValue formatPrompt(final InputValues values);