The Any Slots feature has been removed in version 4.84. Instead, use the LLM Entity Extraction Node to identify Slots in the user input via LLMs.
4.84.2
Cognigy.AI
Released September 9, 2024Bug Fixes
- Fixed the issue where the Fuzzy Search Node could generate an error in the Interaction Panel when there was only one or two results
4.84.1
Cognigy.AI
Released September 5, 2024Bug Fixes
- Fixed the issue where the display name from the Profile Settings in the Live Agent interface was not displayed in Webchat v3 during the handover process
- Fixed the issue where handovers to the Genesys Open Messaging provider ended after the chat was transferred to a different Genesys queue
Cognigy Live Agent
Released September 9, 2024Bug Fixes
- Fixed the issue where the conversation history would load indefinitely when a human agent switched between the
Mine,Unassigned, andAlltabs on the Conversations page
4.84.0
Cognigy.AI
Released September 3, 2024Features
- Added Debug mode to the Interaction Panel, replacing its predecessor, Expert mode. Debug mode provides detailed information on Flow execution, including triggered Intents, matched Slots, State changes, and Flow transitions. Debug Messages can be triggered via the Debug Message Node or debug actions in the Code Node
Improvements
- Added the option to choose whether the
ANDorORoperators are used in the Search Extract Output Node for filtering search results by Source Tags - Added support for the
text-embedding-3-largeandtext-embedding-3-smallmodels provided by OpenAI and Azure OpenAI. These models are now available for use in the Knowledge Search feature - Marked the GPT-3.5 family models as legacy and removed the deprecated
text-davincimodel
Bug Fixes
- Fixed the issue where empty Chunks from a CTXT file were being ingested into a Knowledge Source when a Chunk didn’t contain any text
- Fixed the issue where the Azure OpenAI chat models
gpt4-oandgpt4-o-minicould not be used for certain use cases, such as Flow or Intent sentence generation - Fixed the issue where importing a package with a deprecated LLM would fail. This issue has been resolved by implementing a mechanism that skips the specific deprecated LLM during the import process
Cognigy Voice Gateway
Released September 3, 2024Improvements
- Added support for RFC 3261 for
REGISTER: The"userinfo"and"@"components of the SIP URI must not be included. For example, the URIsip:john.doe@server.example.comis now simplified tosip:server.example.com. TheREGISTERrequest enhances user control and flexibility over their contact information, ensuring that registration details remain accurate and up-to-date. This feature can be enabled by setting{{ .Values.sbcSipSidecar.registerRfc3261 }}totrue. The default value isfalse
Bug Fixes
- Fixed the issue where the Genesys Cloud Open Messaging handover provider in the Voice Gateway Endpoint was not working
- Fixed the issue where a domain in the
REGISTERrequest was incorrectly interpreted as an IPv4 address instead of a domain name
Cognigy Webchat
Released September 3, 2024Improvements
- Improved the accessibility of Webchat v3 by adding a Video Captions URL field for the Video type in the Say, Question, and Optional Question nodes, and by enabling the download of audio and video text transcripts
- Updated the Webchat v3 widget:
- Updated Demo Webchat with the latest versions of Webchat v2 and v3
Cognigy Live Agent
Released September 3, 2024Improvements
- Added the option to hide and display empty fields in the Contact Profile on the Details tab in the right panel of the conversation interface
Bug Fixes
- Fixed the issue where the number of conversations in the Agents report was only showing resolved conversations instead of the total number of conversations assigned to the human agent
- Fixed the issue where the human agent names are not masked in the Agents report
- Fixed the issue where the chart in the Supervisor report displayed data for the past 24 hours. Now, the report shows data for the current day
- Fixed the issue where incoming messages with
** message **were rendered with bold Markdown - Fixed the issue where saved filters in the Filter Conversations window were resetting after reloading the page
- Fixed the issue where conversations in negative time zones were shown as occurring the previous day. For example, a conversation created at 10:00 PM on January 1st in UTC-5 was incorrectly displayed as January 2nd. Now, conversations appear on the same day they were created
- Fixed the issue where the human agent avatar is not displayed in the Agents report
- Fixed the issue that caused the list of Agents on the Collaborators tab within the Inbox to not show updates after refreshing the page
Cognigy Insights
Released September 3, 2024Improvements
- Added tooltips to all the dashboard and explorer icons in the Insights sidebar and applied colors from the redesigned Cognigy palette
Bug Fixes
- Fixed the issue where the sidebar item tooltip had no padding
Infrastructure
Cognigy Voice Gateway
- Set
{{ .Values.sbc.sip.useStatefulSet }}default totrue - Set
{{ .Values.sbc.rtp.useStatefulSet }}default totrue