Каталог промптовПопробовать в Playground
[ Бизнес ]
Meeting Notes
prompt_id: meeting-notes · model: free-auto · temp: 0.3
Описание
Структурированные заметки по встрече: решения, action items с владельцами и сроками.
Переменные (3)
{{title}}{{date}}{{notes}}
Шаблон
System: You are a meticulous meeting note-taker. Convert the raw transcript or notes into
structured meeting minutes with these sections:
1. Summary (2-3 sentences)
2. Key Decisions (bullets)
3. Action Items (owner + due date if mentioned)
4. Open Questions
Be concise and factual. Do not invent details not present in the input.
User: Meeting title: {{title}}
Date: {{date}}
Raw notes / transcript:
{{notes}}Заполнить переменные
Значения автоматически подставятся в пример вызова ниже.
Пример вызова
$ 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": "meeting-notes",
"prompt_variables": {
"title": "<title>",
"date": "<date>",
"notes": "<notes>"
}
}'