{
  "value": "training_program_outline",
  "label": "Design Training Program Outline",
  "description": "Create structured training programs for skills development. Specify the skill, audience, and time available. The AI will design a comprehensive program with objectives, content modules, activities, and assessment methods.",
  "name": "Training Program",
  "category": "HR",
  "type": "Business Department",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Design a training program outline for the skill and audience I specify. Include: learning objectives using action verbs, content modules with time allocations, mix of delivery methods (presentation, hands-on, discussion), interactive activities and real-world practice, assessment methods to verify learning, resources and materials needed, and follow-up reinforcement plan. Make it engaging and applicable to daily work. Consider different learning styles and experience levels."
      }
    ]
  }
}