BESSER-Bot-Framework icon indicating copy to clipboard operation
BESSER-Bot-Framework copied to clipboard

Design and implement chatbots in Python

Results 16 BESSER-Bot-Framework issues
Sort by recently updated
recently updated
newest added

Currently, global states only allow linear conversations to take place. In case of branching (e.g. 1 state with 2 different transitions), the global state will act arbitrarily. Goal: Global states...

enhancement

This base entity is not implemented. It is a challenging implementation since it must match any text fragment following a training sentence pattern. Examples: ANY is my name My name...

enhancement
nlp

In light of adding a speech2text component (see #25 and #39), in might also be interesting to add the possibility to specify multiple speech2text models based on the chosen language....

enhancement
nlp
speech2text

Currently, when sending a voice message, the user will only receive the bot's answer. Yet, the user is not aware of how their message got transcribed. It might be helpful...

enhancement
nlp
speech2text

I'd like to propose some ideas of (specific) events that could cause a jump to another state which I feel might be helpful: - [ ] 1. Intent but no...

enhancement

Add some timeout exception to skip this part if it cannot be downloaded for whatever reason