formatPrompt abstract method

PromptValue formatPrompt(
  1. 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.

Implementation

PromptValue formatPrompt(final InputValues values);