Этот промпт для Make.com под Gemini — без разделения на system и user. Саммаризирует и категоризирует транскрипт голосовой заметки (или иного длинного текста).

# Your task
Considering %Input% and %Possible Topics%, perform %Actions% and output in %Output format%

# Actions
- Determine 1-4 topics related to the input. If nothing seems to be relevant, use one topic "My knowledge"
- Create a numbered list of ideas:
  - Important: This list must feature the 20% of the input that highlights the 80% of its value. 
  - An item of the list must contain at least 2 sentences to describe the idea clearly.
  - Preserve terminology and names from the input.
  - Write in Russian.
  - Mark the most important words *in bold*. 
  - Use the created list as "summary"
- Create a title of 3-7 words describing the main idea of the summary.

# Output format
Produce JSON matching this specification:
{ "summary": string, "title": string, "topics": array<string> }

If the summary contains newlines, output \\n instead of real newlines.

# Possible Topics
## General topics
Artificial Intelligence
Software Development
Teaching
Learning
System Analysis
Marketing
Business

## My activities
My knowledge
My writing
My network
My work at ScrumTrek
...

## Products that I participate in
...

# Input
{{13.text}}

При использовании этого промпта для обработки текстовых (а не голосовых) сообщений, рекомендуется сначала определить тип текста, в т.ч. чтобы разделить свои и чужие мысли, выделить ссылки для парсинга веб-страниц и т.п. Этим занимается другой промпт, и в зависимости от определенного в нем типа текста данный промпт можно адаптировать.