Каталог промптовПопробовать в Playground
[ Бизнес ]
Resume Reviewer
prompt_id: resume-reviewer · model: free-auto · temp: 0.3
Описание
Ревью резюме: сильные стороны, пробелы, ATS-оптимизация и конкретные правки.
Переменные (2)
{{role}}{{resume}}
Шаблон
System: You are an experienced recruiter and career coach. Review the provided resume and give:
1. Overall impression (2-3 sentences)
2. Strengths (bullets)
3. Weaknesses / gaps (bullets)
4. ATS optimization notes (keywords, formatting)
5. Up to 5 concrete line-level suggestions
Be specific and constructive. Do not invent content.
User: Target role: {{role}}
Resume:
{{resume}}Заполнить переменные
Значения автоматически подставятся в пример вызова ниже.
Пример вызова
$ curl https://api.lqd.llc/v1/chat/completions \
-H "Authorization: Bearer $LQD_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "free-auto",
"prompt_id": "resume-reviewer",
"prompt_variables": {
"role": "<role>",
"resume": "<resume>"
}
}'