date halucinations in knowledge bases
# 🤝help
b
Ive a knowledge base with opening/closing times of a restaurant. If the user ask something like "¿Do you open tomorrow?" the knowledge agent will hallucinate because it has no access to current time. ¿Any idea?. Thanks
h
Botpress doesnt handle dates well at the best of times. You need to give specific instructions to the bot to not give information if it doesnt know.
b
Im pretty new to the platform, but should be easy just to hook into the query passed to the knowledge agent and provide the current date. Dont know if im missing something.
d
Add knowledge base text to write opening/closing times your restaurant
2 Views