- Issue created by @bbruno
Automatically closed - issue fixed for 2 weeks with no activity.
The AI_CHATBOT submodule currently uses DeepChat JS v2.0.1, assumed by the fact this was the latest version at the time of the merge from the seperate DeepChat module https://www.drupal.org/project/ai/issues/3492895 ✨ Implement Deepchat Active . The latest available version is v2.1.1, which includes many newer features, along with bug fixes and accessibility enhancements.
And most importantly: All of the API changes are backwards compatible and thus introduce no breaking changes. As seen here https://github.com/OvidijusParsiunas/deep-chat/releases
- Deep Chat uses the remarkable library to render its MarkDown text, you can now configure it to your preference using the remarkable property. Thankyou to @quietdreamr for contributing this feature.
- Ability to set up a direct connection to the Azure OpenAI API. Thankyou to @bruffridge for contributing this feature.
- You can now add multiple intro messages.
- updateMessage method allows you to dynamically update existing messages within the chat. This opens up room for a variety of unique chat interactions, especially when updating message html.
Update the deepchat.bundle.js with the latest bundled version
Update the deepchat.bundle.js with the latest bundled version
API changes - all of these are backwards compatible:
- The loading
property in the messageStyles object has been moved to the message styles property's object.
- The displayLoadingBubble
property in the demo object has been refactored to displayLoading
.
Active
1.0
Other Submodules
Automatically closed - issue fixed for 2 weeks with no activity.