@schmitech/chatbot-widget 0.4.12 → 0.4.13
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/README.md +1 -1
- package/dist/chatbot-widget.bundle.js +57 -56
- package/dist/chatbot-widget.css +1 -1
- package/dist/chatbot-widget.es.js +1375 -1358
- package/dist/chatbot-widget.umd.js +56 -55
- package/dist/shared/MarkdownComponents.d.ts +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -421,7 +421,7 @@ The widget provides flexible length controls for suggested questions:
|
|
|
421
421
|
|
|
422
422
|
### Display Length (`maxSuggestedQuestionLength`)
|
|
423
423
|
- Controls how much text is shown on the suggestion buttons
|
|
424
|
-
- Default:
|
|
424
|
+
- Default: 120 characters
|
|
425
425
|
- Text longer than this limit will be truncated with "..."
|
|
426
426
|
- Example: "This is a very long question that will be truncated..."
|
|
427
427
|
|