Internal helper that wraps suggest_theory_from_mappings with additional confidence scoring and user messaging. Factored out for reuse across different BID functions.
.suggest_theory_from_text(
problem_text,
evidence_text = NULL,
mappings = NULL,
show_message = TRUE
)List with theory, confidence, and auto_suggested flag
Clean problem description text
Clean evidence description text
Optional custom theory mappings
Whether to display auto-suggestion message (default TRUE)