You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Root categories can't be more than 10 in one user",
204
+
);
205
+
}
206
+
207
+
category.parentId=null;
196
208
}
197
209
198
210
awaitqueryRunnerManager.save(category);
@@ -425,7 +437,7 @@ export class CategoryService {
425
437
426
438
constcontent=awaitgetLinkContent(link);
427
439
428
-
letquestionLines=[
440
+
constquestionLines=[
429
441
"You are a machine tasked with auto-categorizing articles based on information obtained through web scraping. You can only answer a single category name. Here is the article's information:",
430
442
];
431
443
@@ -570,7 +582,7 @@ Present your reply options in JSON format below.
570
582
*/
571
583
constcontent=awaitgetLinkContent(link);
572
584
573
-
letquestionLines=[
585
+
constquestionLines=[
574
586
"You are a machine tasked with auto-categorizing articles based on information obtained through web scraping. You can only answer a single category name. Here is the article's information:",
0 commit comments