Remove some unused stuff (#4388)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Utility for detecting interruption keywords in user input
|
||||
*/
|
||||
|
||||
export interface InterruptionKeyword {
|
||||
interface InterruptionKeyword {
|
||||
keyword: string;
|
||||
variations: string[];
|
||||
priority: 'high' | 'medium' | 'low';
|
||||
|
||||
Reference in New Issue
Block a user