mirror of https://github.com/openclaw/openclaw.git
Auto-reply: add exact stop trigger for do not do that
This commit is contained in:
parent
a3c4f56b0b
commit
7bb08ba945
|
|
@ -63,6 +63,7 @@ const ABORT_TRIGGERS = new Set([
|
|||
"stop dont do anything",
|
||||
"stop do not do anything",
|
||||
"stop doing anything",
|
||||
"do not do that",
|
||||
"please stop",
|
||||
"stop please",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue