Auto-reply: add exact stop trigger for do not do that

This commit is contained in:
Vincent Koc
2026-02-24 18:49:03 -05:00
parent a3c4f56b0b
commit 7bb08ba945

View File

@@ -63,6 +63,7 @@ const ABORT_TRIGGERS = new Set([
"stop dont do anything", "stop dont do anything",
"stop do not do anything", "stop do not do anything",
"stop doing anything", "stop doing anything",
"do not do that",
"please stop", "please stop",
"stop please", "stop please",
]); ]);