Skip to content

QuoteWell/chatbot-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Interview Challenge 🤖

Welcome to the QuoteWell AI Chatbot Interview Challenge! This project contains a basic AI chatbot implementation that needs significant improvements. Your task is to enhance the chatbot's functionality and demonstrate your TypeScript and AI integration skills.

Getting Started

  • npm i - install dependencies
  • npm run dev - run the chatbot

Challenge

Your task is to enhance this basic chatbot by addressing two key limitations:

1. Memory Issue 🧠

The chatbot currently has no memory between messages. For example:

  • Tell the chatbot "Your name is Alby"
  • Then ask "What is your name?"
  • The chatbot won't remember that its name is Alby

Goal: Implement conversation memory so the chatbot can remember previous interactions within a chat session.

2. Add Note-Taking Abilities 📝

The chatbot currently has no special abilities or tools. We want to give it the power to help users manage and think through topics.

Discussion

  • How would you connect the chatbot to other services?
  • How has AI developer tools changed the way you code and think about code?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors