Hexabot
Hexabot copied to clipboard
Hexabot Community Edition is an open-source chatbot solution that allows users to create and manage AI-powered, multi-channel, and multilingual chatbots with ease.
# Motivation The main motivation of this update is to fix an inconsistency in the naming conventions used for attachment cross the project. Fixes #209 # Type of change: -...
# Motivation This PR syncs documentation with gitbook ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue)...
# Motivation The main motivation of this update is to remove unnecessary middleware v1 logic. Fixes #211 # Type of change: - [ ] Bug fix (non-breaking change which fixes...
# Motivation The main motivation of this update is to fix public pages extra rendering. Before the update : After the update : Fixes #215 # Type of change: -...
### Description When we open public pages we can notice a rendering issue (login, register, reset pages) ### Reproduction steps ```bash 1. Go to '...' 2. Click on '....' 3....
### Description Blocks can have a type field. We need to create a migration as well for old block data ### Reproduction steps ```bash 1. Go to '...' 2. Click...
# Motivation Added error state for block input fields and provides real-time user feedback on regex and text inputs. Fixes #167 ## Type of change Please delete options that are...
### Description The API DTO middleware logic is not needed anymore. ### Reproduction steps ```bash 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See...
### Description We observed an inconsistency in the naming conventions used for attachment files: some files use French names while others do not. For example: attachement need to be attachment...
# Motivation The main motivation is to make the count counter updates automatically after the import of nlp sample csv file Fixes #185 ## Type of change - [x] Bug...