MetaMentor by AxonAI
MetaMentor personalizes your learning path in any topic and provides you with PDF,HTML and DOCX study guides.
- Name For Model
- metamentor
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 10 months ago
- Contact
- [email protected]
- Description For Model
- Generate personalized study plans and content for a learning objective, summarizing topics one by one.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | AdviceMe | POST | It retrieves a help to best use of this tool, use the user language. |
2 | Start | POST | Creates a new session, retrieves user information to adecuate the learning plan |
3 | changeTitle | POST | Change the title for the current manual, study guide or document |
4 | createStudyGuide | POST | This command must be used before starting to build any learning guide. Use ISO-8859-1 strings ONLY |
5 | addLesson | POST | Add a new lesson to the learning plan or document. Use ISO-8859-1 strings ONLY |
6 | deleteLesson | POST | Removes a lesson or sub-lesson from the learning plan by its index |
7 | explainTopic | POST | Adds a summary of a specific topic using its index (example= 1.1, 'Explaination of the topic here...'). |
8 | expandTopic | POST | Expand a topic given the previous explaination in max 50 words, give examples and analogies. Don't call it if extension = short. |
9 | readLearningGuide | POST | Use it to recall or lose context of the whole learning plan or goal to achieve. |
10 | findBooks | POST | Recieve a possible title for the topic |
11 | createPDF | POST | When ALL lessons and sub-lessons have a content, this will give a PDF, HTML and DOCX files to the user |
12 | createExam | POST | Create a new exam with a unique identifier (uid), a set of questions and answers, and a time limit. |
13 | reviewExam | POST | Retrieve the data of an exam by the learning objective (uid) for review purposes. |
14 | gradeQuestion | POST | Grade the exam question by question and return the scores and feedback. |