diff --git a/src/utils.ts b/src/utils.ts index 88cc9fb..12f69fa 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -34,7 +34,7 @@ export const DEFAULT_GROUP = [ ]; export const DEFAULT_PROMPT: string = - `Classify the tab group base on the provided URL ({{tabURL}}) and title (tabTitle) into one of the categories: ` + + `Classify the tab group base on the provided URL ({{tabURL}}) and title ({{tabTitle}}) into one of the categories: ` + `{{types}}. Response with the category only, without any comments.`; export function matchesRule(url: URL, rule: FilterRuleItem) {