🔭 userPromptKeywords.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent 3df9c49087
commit c49179c7ce

View File

@@ -25,3 +25,4 @@ export function matchesKeepGoingKeyword(input: string): boolean {
const keepGoingPattern = /\b(keep going|go on)\b/ const keepGoingPattern = /\b(keep going|go on)\b/
return keepGoingPattern.test(lowerInput) return keepGoingPattern.test(lowerInput)
} }