format abstract method

String format(
  1. InputValues values
)

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);