Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.56 KB

File metadata and controls

33 lines (18 loc) · 1.56 KB

Chatbots - More information

Chatbots are LLM assistants that students can chat with to ask for help or further explanations regarding the Question that they are working on. Each chatbot has its own personality and approach to assisting the students.

The Chatbots have at their basis a Large Language Model (LLM) which received information regarding:

  • the details of the Question the student is on currently (the raw markdown content of the question (all parts & response areas), the question name and number, and the set name, number and description),
  • the final answer, structured tutorial, and worked solutions of the Question,
  • the answer for each Response Area,
  • the progress of the student on all parts of the Question,
  • the current student previewed part is emphasised,
  • the guidance time and tips form the lecturer.

Available Chatbots

Currently the students have access to the following Chatbots. Many others are in development.

Click on the links below for information on each chatbot:

1. Informational Chatbot

2. Concise Chatbot

3. Reflective Chatbot

Chat-function Development

Are you interested in developing your own chatbot? Then check out the Quickstart guide to develop and deploy your own AI chat function for Lambda Feedback.