mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 15:22:20 +10:00
v5.1.0 (#2970)
* chore(release): v5.1.0 * feat: implement resume thumbnails * fix: remove unused mcp tools * docs: fix formatting of docs
This commit is contained in:
@@ -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,
|
||||
};
|
||||
Reference in New Issue
Block a user