✨ 🔭 userPromptKeywords.ts
This commit is contained in:
@@ -25,3 +25,4 @@ export function matchesKeepGoingKeyword(input: string): boolean {
|
||||
const keepGoingPattern = /\b(keep going|go on)\b/
|
||||
return keepGoingPattern.test(lowerInput)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user