check_eligibility
Checks course eligibility: for each requested course, returns whether eligible, unsatisfied prerequisite subtrees, and any notes that could not be verified automatically.
Instructions
Given candidate course_strings and the student's completed courses, return per course: eligible (bool), the unsatisfied prereq subtree, and any 'unknowns' (notes we could not verify automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| completed | Yes | ||
| course_strings | Yes |