Goal: finish the chatbot
Due: Wednesday, July 1st
Setup
- Make sure to pull any changes from
main before starting ✔️
- Create a new branch called
<name>/<feature>, all of your work should be on this branch.
Implementation
Suggested implementation (feel free to adjust as you see fit)
Testing
Submitting the ticket
Create a PR with your branch for it to be reviewed! 🥳
Goal: finish the chatbot
Due: Wednesday, July 1st
Setup
mainbefore starting ✔️<name>/<feature>, all of your work should be on this branch.Implementation
Suggested implementation (feel free to adjust as you see fit)
An endpoint already exists to call the agent in
chatbot.ts, fill in thesystemPromptvariable to create a prompt that:Responses should:
Ensure that the preset prompt choices work (set in
ChatWidget.tsxin the frontend)Implement safety guardrails such as:
Test prompts that check off the following:
*Example test queries:
Testing
Submitting the ticket
Create a PR with your branch for it to be reviewed! 🥳