Add an AI message to the history.
Future<void> addAIChatMessage(final String message) { return addChatMessage(ChatMessage.ai(message)); }