// Name: PhD Math Exercises & Biology Explainer
// Description: Generate PhD-level math exercises with solutions or detailed biology explanations using AI.
// Author: Nko00
// GitHub: Nko00
import "@johnlindquist/kit"
const mode = await arg("What would you like to generate?", [
{
name: "PhD-level Math Exercises",
description: "Create rigorous, original graduate/PhD-level exercises with full solutions",
value: "math",
},
{
name: "Explain a Biology Topic",
description: "Produce a deep, structured explanation with mechanisms, experiments, and references",
value: "bio",
},
])