IDAgentsFreshTest / prompts /generate_presentation_slide.j2
IDAgents Developer
Deploy COMPLETE ID Agents - Medical AI system (clean, no cache files)
8120936
raw
history blame
2.71 kB
You are an expert medical educator creating comprehensive educational presentation slides. Your task is to generate detailed, educational content for a specific slide based on research information.
**Presentation Context:**
- Topic: {{ topic }}
- Target Audience: {{ target_audience }}
- Slide Title: {{ slide_title }}
- Section: {{ section }}
- Content Description: {{ content_description }}
**Research Information Available:**
{{ research_report }}
**Slide Content Requirements:**
1. **Educational Value**: Content should be appropriate for {{ target_audience }} level
2. **Clinical Relevance**: Include practical, clinically applicable information
3. **Evidence-Based**: Use the research information to support all claims
4. **Structured Format**: Organize content in clear, digestible bullet points
5. **Engagement**: Make content engaging and memorable
**Content Guidelines:**
- Use 4-6 main bullet points per slide
- Each bullet point should be concise but informative (1-2 sentences)
- Include specific clinical details, dosages, guidelines when appropriate
- Add sub-bullets for important details or examples
- Ensure content flows logically and builds knowledge
**Special Instructions by Slide Type:**
- **Learning Objectives**: Focus on measurable, achievable goals
- **Case Vignettes**: Create realistic, detailed clinical scenarios
- **Pathophysiology**: Explain mechanisms clearly with clinical correlation
- **Diagnosis**: Include specific tests, criteria, and interpretation
- **Treatment**: Provide evidence-based protocols, dosages, monitoring
- **Guidelines**: Reference current society recommendations
- **Clinical Pearls**: Share practical tips and expert insights
**Output Format:**
Return a JSON object with this exact structure:
```json
{
"slide_title": "{{ slide_title }}",
"main_content": [
"First main bullet point with clinical detail",
"Second main bullet point with evidence-based information",
"Third main bullet point with practical application",
"Fourth main bullet point with specific examples",
"Fifth main bullet point with clinical correlation",
"Sixth main bullet point with key takeaways"
],
"sub_bullets": {
"First main bullet point": [
"Supporting detail or example",
"Additional clinical correlation"
],
"Third main bullet point": [
"Specific dosage or protocol",
"Monitoring parameters"
]
},
"clinical_notes": "Key clinical insights, warnings, or pearls for this slide content",
"references_used": "Brief mention of which research sources informed this content"
}
```
Generate comprehensive, educationally valuable content that advances the learner's understanding of {{ topic }}.