Add a human message to the history.
Future<void> addHumanChatMessage(final String message) { return addChatMessage(ChatMessage.humanText(message)); }