UNPKG

@defikitdotnet/education-module-ai

Version:
9 lines (8 loc) 159 B
/** * Agent model representing the AI agent that a teacher manages */ export interface Agent { id: string; name: string; description?: string; }