* chore(release): v5.1.0

* feat: implement resume thumbnails

* fix: remove unused mcp tools

* docs: fix formatting of docs
This commit is contained in:
Amruth Pillai
2026-05-07 15:12:33 +02:00
committed by GitHub
parent 51c366310e
commit 50ba37a27f
1015 changed files with 106087 additions and 141872 deletions
+17
View File
@@ -0,0 +1,17 @@
/// <reference path="./markdown-raw.d.ts" />
import analyzeResumeSystemPrompt from "./prompts/analyze-resume-system.md?raw";
import chatSystemPromptTemplate from "./prompts/chat-system.md?raw";
import docxParserSystemPrompt from "./prompts/docx-parser-system.md?raw";
import docxParserUserPrompt from "./prompts/docx-parser-user.md?raw";
import pdfParserSystemPrompt from "./prompts/pdf-parser-system.md?raw";
import pdfParserUserPrompt from "./prompts/pdf-parser-user.md?raw";
export {
analyzeResumeSystemPrompt,
chatSystemPromptTemplate,
docxParserSystemPrompt,
docxParserUserPrompt,
pdfParserSystemPrompt,
pdfParserUserPrompt,
};