@websolutespa/bom-llm 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated Stream and Thread components to utilize components from useLlm state.
8
+ - Integrated Toaster notifications in LlmComponent for better user feedback.
9
+ - Added markdown styling mixin for improved text rendering.
10
+ - Enhanced LlmTheme type to include toaster theme options.
11
+ - Implemented history management in useLlm for better state handling.
12
+ - Refactored message service to streamline chunk processing.
13
+ - Introduced prompt token limit validation with user feedback.
14
+ - Added support for storing and retrieving message history.
15
+
16
+ ## 0.1.5
17
+
18
+ ### Patch Changes
19
+
20
+ - Fixing: setHistory threadId
21
+
3
22
  ## 0.1.4
4
23
 
5
24
  ### Patch Changes