fix: remove overly broad block words (explain, recommend, suggest, best) to reduce false positives

This commit is contained in:
Ishaan Jaffer 2026-02-19 13:43:43 -08:00
parent 2c0b4a0591
commit e94ec2b8ca

View file

@ -132,11 +132,6 @@ additional_block_words:
- "develop"
- "debug"
- "fix"
- "recommend"
- "recommendation"
- "suggestion"
- "suggest"
- "best"
- "top"
- "favorite"
- "watch"
@ -157,7 +152,6 @@ additional_block_words:
- "tutorial"
- "learn"
- "teach"
- "explain"
- "solve"
- "calculate"
- "convert"
@ -260,3 +254,17 @@ exceptions:
- "baggage cost"
- "upgrade cost"
- "booking cost"
- "seat recommend"
- "recommend seat"
- "recommend flight"
- "suggest flight"
- "suggest seat"
- "suggest upgrade"
- "best seat"
- "best flight"
- "best fare"
- "flight movie"
- "explain my"
- "explain the"
- "explain flight"
- "explain booking"