Letterly

Personalized Learning

HomeLive Sessions
Admin
JD

Jane

Student

Admin
Lesson AIRAG Examples

Lesson AI Admin

Capture lesson context and feedback guidance for the AI coach.

Lesson context
Provide the learning goals and key lesson details.
Feedback processing guidance
Explain how the AI should respond to learner feedback.
Additional system notes
Optional details to pass to the AI agent.
AI context payload preview
Structured context that would be supplied to the AI agent.
{
  "lessonContext": {
    "title": null,
    "objective": null,
    "targetSkills": [],
    "readingLevel": null,
    "keyVocabulary": [],
    "constraints": null
  },
  "feedbackProcessing": {
    "toneStyle": null,
    "correctionApproach": null,
    "misconceptionHandling": null,
    "followUpGuidance": null
  },
  "systemNotes": null
}