ChatterBot
ChatterBot copied to clipboard
Variables in Chatterbot conversations
I would like to build a simple chatbot understanding some variables, names etc. Example: Bot: What is your name? User: My name is John(user's name) Bot: Nice to meet you John(as you can see it understands the name and uses it in conversation)
My question is: Does the chatterbot provides this feature? If so, what to use in chatterbot to create it?
Hi @kacperlsky, ChatterBot does not currently provide this feature.
Closing this off, I think in the future ChatterBot may aim to support a general context for a conversation (similar to, or using a LLM) rather than variables.