copyWith abstract method

Return a new ChatMessagePromptTemplate instance with the given values.

Implementation

ChatMessagePromptTemplate copyWith({
  final BasePromptTemplate? prompt,
});