} else if ( aiInputValue.length > this.config.maxAiInputLength ) {
                errors.push( mw.message( 'mwe-upwiz-error-too-long', this.config.maxAiInputLength ) );
            }