Skip to content

Commit 0ff307e

Browse files
committed
clarify context of chatbots
1 parent b96dcfb commit 0ff307e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/advanced/chat_functions

docs/advanced/chat_functions/info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Chatbots are LLM assistants that students can chat with to ask for help or furth
44

55
The Chatbots have at their basis a [Large Language Model (LLM)](https://en.wikipedia.org/wiki/Large_language_model) which received information regarding:
66

7-
- the details of the Question the student is on currently,
7+
- 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),
88
- the final answer, structured tutorial, and worked solutions of the Question,
99
- the answer for each Response Area,
1010
- the progress of the student on all parts of the Question,
11-
- the current student previewed part,
11+
- the current student previewed part is emphasised,
1212
- the guidance time and tips form the lecturer.
1313

1414
---

0 commit comments

Comments
 (0)