{
  "value": "academic_advising_notes",
  "label": "Create Academic Advising Notes",
  "description": "Generate comprehensive advising session notes. Input student goals, current progress, and discussion points to create clear documentation that tracks student progress and next steps.",
  "name": "Advising Notes",
  "category": "Higher Education",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create academic advising session notes. I'll provide the student's major, year, GPA, career goals, courses discussed, and any concerns raised. Generate comprehensive notes that document degree progress, course recommendations for next semester, discussion of career/graduate school plans, action items for the student, and any referrals made (tutoring, career services, etc.). Keep it organized and easy to reference in future advising sessions."
      }
    ]
  }
}