{
  "value": "course_syllabus_generator",
  "label": "Create Course Syllabus",
  "description": "Generate comprehensive course syllabi for university courses. Input course objectives, topics, and institutional requirements to create a professional syllabus that engages students and meets accreditation standards.",
  "name": "Syllabus Generator",
  "category": "Higher Education",
  "type": "Industry",
  "config": {
    "temperature": 30,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a comprehensive course syllabus for a university class. I'll provide the course title, credit hours, learning objectives, major topics, and any institutional requirements. Generate a complete syllabus including course description, learning outcomes, required materials, grading breakdown, assignment schedule, course policies, and weekly topic outline. Make it engaging for students while ensuring it meets accreditation standards and includes accessibility statements and academic integrity policies."
      }
    ]
  }
}