{
  "value": "training_module_creator",
  "label": "Design Agent Training Modules",
  "description": "Develop training materials for new call center agents. Input job requirements and company procedures to create structured training content with role-play scenarios and assessment questions.",
  "name": "Training Module Creator",
  "category": "Call Centers Service Providers",
  "type": "Industry",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a training module for call center agents. I'll describe the topic, whether it's product knowledge, soft skills, or system training. Develop a comprehensive module that includes learning objectives, key concepts explained simply, practical examples, role-play scenarios, and a knowledge check quiz. Include tips for handling difficult situations and best practices from experienced agents."
      }
    ]
  }
}