@headwai/chat-bubble 6.7.2-rc.submit-button-design.45b3a3a → 7.1.0-rc.deployment-configuration.10c0adb
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-widget/chat-bubble.js +86 -83
- package/dist-widget/index.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ initialMessage: 'Hey! My name is Supporty, how can I help you?';
|
|
|
202
202
|
#### `chatTitle`
|
|
203
203
|
|
|
204
204
|
**Type:** `string` | **Default:** `'Headwai Chat Bubble'`
|
|
205
|
-
The title displayed in the chat window header at the top of the chat interface.
|
|
205
|
+
The title displayed in the chat window header at the top of the chat interface. After the first AI response, this title will be automatically replaced with a generated title based on the conversation content.
|
|
206
206
|
|
|
207
207
|
```javascript
|
|
208
208
|
chatTitle: 'Customer Support';
|