Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nohzafk committed Dec 16, 2023
1 parent 465b754 commit 1264bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1264bbb

Please sign in to comment.