Chat message with custom role.
factory ChatMessage.custom( final String content, { required final String role, }) => CustomChatMessage( content: content, role: role, );