π 1.1.0
π Featuresβ
β¨ Statisticsβ
- Can see which scenario have been triggered on a selected timeframe. Not retroactive, it will only starts collecting data from new version onwards
β¨ Entitiesβ
Detectionβ
- Users can use βAsk Entityβ blocks in which they can ask users for certain entities. Recognition is done using IA for NER (named-entity recognition) or by patterns using a list or a regex and store entities extracted from the answer in a variable.
- Available entities are:
- List
- Regex
- Date (NER)
- Time (NER)
- Phone (NER)
- Number (NER)
- Currency (NER)
- Email (NER)
- URL (NER)
- Name (NER)
- Address (NER)
- City (NER)
- Country (NER)
- Location (NER)
- Timezone (NER)
- Language (NER)
Anonymizationβ
- Users can define entities to be anonymized and choose values to replace those in three independent cases: RAG calls, classifier calls or in the DB when the conversation is over.
- Available entities is the same as above.
β¨ Webchannelβ
Widgetβ
The webchannel can be installed in another website. A detailed guide on how to proceed is available in Platform > Installation
Themeβ
Channel theme is customizable in Platform > Installation
Message stylesβ
Messages defined using the rich text editor in platform will appears using the defined style.
β¨ Transcriptsβ
Transcripts are exportable in Excel format. It will export all transcripts matching current filters ignoring pagination.
β¨ Webhookβ
Webhook block is available and allows users to make external API calls during the scenario and use the answer as a variable.
β¨ Smalltalkβ
Users can define smalltalk patterns for the chatbot in the Platform. Patterns will be matched during conversation and a random answer from the defined list will be sent to the user before the actual response.
β¨ Ask Openβ
Users can define an ask block without specifying the expected answer.
β¨ Ask Confirmβ
Users can define a question asking validation.
π Improvementsβ
- On the webchannel, changing language now restarts a new conversation
- Improvement on the way file were handled
- SaveVarInContext feature now works with nested objects and arrays
- Various improvement on RAG for better results
- Removed initial filters on transcripts and statistics
- Reformat of Utterances export to a tab per language
- Improved check for utterance duplicates
- RAG messages now appears in statistics and history
- Added a simple Block description for Actions Blocks displaying what they do
- RAG can now responds in HTML if coming from an html page
π Fixesβ
- Fix enabling / disabling input on webchannel not working properly relating to conversation status
- Fix various bugs on statistics
- Fix issue with scenario generated from GenAI not being the same as in preview
- Fix GoTo block impossible to add
- Fix tenant switching not refreshing the page
- Fix text in block overflowing if a word is too long
- Fix import of utterance not prompting the user to train the model
- In Scenario Editor, removed a bug when the Block Menu was blocking clicks even when hiding
- Prevent an issue where changing the type of a RAG connector was possible
- Fixed webchannel suggestions always being uppercase
