Skip to content

Commit b6d2696

Browse files
update smth
1 parent a2dc1be commit b6d2696

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

backend/services/llmScorer.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,18 +1511,8 @@ function safeParseRecommendations(content, context = null) {
15111511
};
15121512
}
15131513

1514-
async function generateAgentQuestion() {
1515-
return null;
1516-
}
1517-
1518-
async function generateAgentRecommendations() {
1519-
return null;
1520-
}
1521-
15221514
module.exports = {
15231515
isEnabled,
1524-
generateAgentQuestion,
1525-
generateAgentRecommendations,
15261516
generateAgentChatReply,
15271517
generateCareerQuestion,
15281518
generateCareerRecommendations,

0 commit comments

Comments
 (0)