AUTO_MODE_NOTICE_MODEL_ANCHOR = '**classifier model**'Phrase in AUTO_MODE_NOTICE_BODY that the model description replaces.
build_auto_mode_notice_body interpolates against this exact substring, so the
constant and the body sentence must be edited together. Rewording the sentence
without updating this value would silently drop the disclosure — hence the
ValueError in the builder rather than a quiet no-op str.replace.