EU Parliament Monitor — API Documentation - v0.8.17
    Preparing search index...
    • Check whether a text value is the AI analysis placeholder marker.

      Used by rendering functions to detect unfilled AI analysis fields and display a user-friendly "analysis pending" notice rather than the raw marker string.

      Recognises three marker formats:

      • [AI_ANALYSIS_REQUIRED] — the current standard marker (v3.0+)
      • [REQUIRED] — legacy marker used in template stubs before v3.0
      • [?] — shorthand used in some early methodology templates

      Parameters

      • text: string | null | undefined

        Text to test

      Returns boolean

      true when the text is the AI placeholder marker