copyWith abstract method
Return a new ChatMessagePromptTemplate instance with the given values.
Implementation
ChatMessagePromptTemplate copyWith({
final BasePromptTemplate? prompt,
});
Return a new ChatMessagePromptTemplate instance with the given values.
ChatMessagePromptTemplate copyWith({
final BasePromptTemplate? prompt,
});