Chatbot should persist conversation / state across pages, and ideally have context of what's on the current page.
We need to hardcode some system prompts and give answers to general questions that should always be answered the same.
Essentially, we need to world-build the Vuber service for our chatbot.
Chatbot functionality will probably reside entirely in client/src/components/chatbot.tsx.
Chatbot should persist conversation / state across pages, and ideally have context of what's on the current page.
We need to hardcode some system prompts and give answers to general questions that should always be answered the same.
Essentially, we need to world-build the Vuber service for our chatbot.
Chatbot functionality will probably reside entirely in
client/src/components/chatbot.tsx.