Skip to content

Commit b96dcfb

Browse files
committed
fix chatbot naming
1 parent 0badc0d commit b96dcfb

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/advanced/chat_functions/info.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AI Chatbots - More information
1+
# Chatbots - More information
22

33
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.
44

@@ -15,7 +15,7 @@ The Chatbots have at their basis a [Large Language Model (LLM)](https://en.wikip
1515

1616
## Available Chatbots
1717

18-
Currently the students have access to the following AI Chatbots. Many others are in development.
18+
Currently the students have access to the following Chatbots. Many others are in development.
1919

2020
Click on the links below for information on each chatbot:
2121

@@ -28,6 +28,6 @@ Click on the links below for information on each chatbot:
2828
[3. Reflective Chatbot](https://github.com/lambda-feedback/reflectiveChatFunction/blob/main/docs/user.md)
2929

3030

31-
## AI Chatbot Development
31+
## Chat-function Development
3232

3333
Are you interested in developing your own chatbot? Then check out the [Quickstart guide](quickstart.md) to develop and deploy your own AI chat function for Lambda Feedback.

docs/advanced/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The fundamental idea of Lambda Feedback is that it calls external microservices
88
Evaluate a student response and provide feedback:
99
[Evaluation functions - Quickstart Guide](evaluation_functions/quickstart.md){ .md-button .md-button--primary style="width: 400px;"}
1010

11-
AI Chatbots to converse with students:<br>
11+
LLM-driven chatbots to converse with students:<br>
1212
[Chat functions - Quickstart guide ](chat_functions/quickstart.md){ .md-button .md-button--primary style="width: 400px;"}
1313

1414
All microservices are called over http. There is complete freedom in their implementation. Lambda Feedback also provides families of deployed microservices, using open source code available in our public GitHub repositories.

docs/student/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The image above shows an example question, with numbers to indicate:
1919
10. _Response area_, where student responses are entered and feedback is given
2020
11. Feedback to the teacher (currently in flux regarding the design - 02/07/25)
2121
12. Access to content 'below the line' providing extra support.
22-
13. _Workspace_ - Opens tab with canvas and ai chatbot
22+
13. _Workspace_ - Opens tab with canvas and chat
2323
14. Comments
2424

2525
## Below the line

docs/terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ This is an optional section, and so does not have to be included in any question
5656

5757
### Workspace
5858

59-
On the Question page, the students has access to their own workspace tab. Here they can find the "Canvas", for handwriting notes, and the "Chat", for conversing with an AI Chatbot on the question materials.
59+
On the Question page, the students has access to their own workspace tab. Here they can find the "Canvas", for handwriting notes, and the "Chat", for conversing with an LLM-driven Chatbot on the question materials.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ nav:
7676
- Chat functions:
7777
- Quickstart: "advanced/chat_functions/quickstart.md"
7878
- Testing Functions Locally: "advanced/chat_functions/local.md"
79-
- AI Chatbots Information: "advanced/chat_functions/info.md"
79+
- Chatbots Information: "advanced/chat_functions/info.md"
8080

8181
# Configuration
8282
theme:

0 commit comments

Comments
 (0)