formatMessages abstract method
Format the prompt with the inputs returning a list of messages.
values- Any arguments to be passed to the prompt template.
Implementation
List<ChatMessage> formatMessages(final InputValues values);
Format the prompt with the inputs returning a list of messages.
values - Any arguments to be passed to the prompt template.List<ChatMessage> formatMessages(final InputValues values);