pub const DEFAULT_REFUSAL_PATTERNS: &[&str];Expand description
Default refusal patterns — English, lowercase-compared substrings.
Matches common phrasings produced by modern chat models across
providers. This is LLM-general (not a particular domain), and is
user-overridable via compute_with_patterns.