60 lines
1.8 KiB
Text
60 lines
1.8 KiB
Text
# TASK: Generate Section Content
|
|
|
|
LANGUAGE: Generate all content in DE language. All text, titles, headings, paragraphs, and content must be written in DE.
|
|
|
|
## SECTION METADATA
|
|
- Section ID: section_4
|
|
- Content Type: paragraph
|
|
- Generation Hint: Zusammenfassung und Schlussfolgerung des Hauptinhalts
|
|
- Target Output Format: TXT (accepted content types: table, bullet_list, heading, paragraph, code_block)
|
|
|
|
## CONTENT EFFICIENCY PRINCIPLES
|
|
- Generate COMPACT content: Focus on essential facts only
|
|
- AVOID verbose text, filler phrases, or redundant explanations
|
|
- Be CONCISE and direct - every word should add value
|
|
- NO introductory phrases like "This section describes..." or "Here we present..."
|
|
- Minimize output size for efficient processing
|
|
|
|
## INSTRUCTIONS
|
|
1. Generate content based on the Generation Hint above.
|
|
2. Create appropriate content that matches the content_type (paragraph).
|
|
3. The content should be relevant to the USER REQUEST and fit the context of surrounding sections.
|
|
4. Return only valid JSON with "elements" array.
|
|
5. No HTML/styling: Plain text only, no markup.
|
|
6. Keep content CONCISE - focus on substance, not length.
|
|
|
|
## OUTPUT FORMAT
|
|
Return a JSON object with this structure:
|
|
|
|
{
|
|
"elements": [
|
|
{
|
|
"type": "paragraph",
|
|
"content": {{"text": "This is paragraph text."}}
|
|
}
|
|
]
|
|
}
|
|
|
|
Output requirements:
|
|
- "content" must be an object (never a string)
|
|
- Return only valid JSON - no text before, no text after, no comments, no explanations, no markdown code fences
|
|
- Start with { and end with } - return ONLY the JSON object itself
|
|
- Generate meaningful content based on the Generation Hint
|
|
|
|
## USER REQUEST
|
|
```
|
|
entwirf eine email mit dem inhalt des files davor
|
|
```
|
|
|
|
## CONTEXT
|
|
|
|
## DOCUMENT CONTEXT
|
|
|
|
Previous sections:
|
|
- section_1 (paragraph):
|
|
- section_2 (bullet_list):
|
|
|
|
Following sections:
|
|
- section_4 (paragraph):
|
|
- section_1 (paragraph):
|
|
|