format abstract method

ChatMessage format([
  1. InputValues values = const {}
])

Format the prompt with the inputs.

  • values - Any arguments to be passed to the prompt template.

Implementation

ChatMessage format([final InputValues values = const {}]);