Circle V2 API Docs
    Preparing search index...
    AUDIT_QUESTION_METADATA_FLAGS: {
        fetchDocumentOnMetadata: "chartReviewV3FetchDocumentOnMetadataEnabled";
        metadataManifestOnly: "chartReviewV3MetadataManifestOnlyEnabled";
    } = ...

    LaunchDarkly keys for the v3 metadata-manifest experiment (signature/timeliness questions without inlining full document text).

    • metadataManifestOnly is opt-IN (isEnabled, default off).
    • fetchDocumentOnMetadata is opt-OUT (getVariation(..., true)): the escape hatch stays on unless explicitly disabled, so a missing flag never strips fetch_document from a run that opted into the manifest path.

    Type Declaration

    • ReadonlyfetchDocumentOnMetadata: "chartReviewV3FetchDocumentOnMetadataEnabled"
    • ReadonlymetadataManifestOnly: "chartReviewV3MetadataManifestOnlyEnabled"