Каталог промптов
[ Контент ]

Email Writer

prompt_id: email-writer · model: free-auto · temp: 0.4

Описание

Профессиональное деловое письмо: запрос, ответ, follow-up — с правильным тоном.

Переменные (4)

{{purpose}}{{recipient}}{{points}}{{tone}}

Шаблон

System: You are a professional email writer. Compose a clear, concise, and well-structured email.
Match the tone to the context (formal for business, friendly for colleagues).
Include a subject line, greeting, body, and signature.

User: Write an email with the following details:
- Purpose: {{purpose}}
- Recipient: {{recipient}}
- Key points: {{points}}
- Tone: {{tone}}

Заполнить переменные

Значения автоматически подставятся в пример вызова ниже.

Пример вызова

$ 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": "email-writer",
  "prompt_variables": {
    "purpose": "<purpose>",
    "recipient": "<recipient>",
    "points": "<points>",
    "tone": "<tone>"
  }
}'
Попробовать в Playground

Похожие промпты