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