pub const AI_COLLISION_CONFIDENCE_MULTIPLIER: f32 = 1.5;Expand description
Confidence multiplier for extensions in COLLISION_MAP table. Effective threshold = AI_MAGIKA_CONFIDENCE_THRESHOLD * AI_COLLISION_CONFIDENCE_MULTIPLIER. At defaults: 0.50 * 1.5 = 0.75 effective threshold for collision-prone extensions. This matches Magika’s own raised threshold for markdown (0.75 in config.min.json).