@n8n/chat 0.1.0 → 0.1.1
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 +0 -7
- package/chat.js +233 -236
- package/chat.umd.js +2 -2
- package/package.json +1 -1
- package/types/types/options.d.ts +0 -1
package/README.md
CHANGED
|
@@ -120,7 +120,6 @@ createChat({
|
|
|
120
120
|
inputPlaceholder: 'Type your question..',
|
|
121
121
|
},
|
|
122
122
|
},
|
|
123
|
-
poweredBy: true,
|
|
124
123
|
});
|
|
125
124
|
```
|
|
126
125
|
|
|
@@ -162,12 +161,6 @@ createChat({
|
|
|
162
161
|
- **Type**: `string[]`
|
|
163
162
|
- **Description**: The initial messages to be displayed in the Chat window.
|
|
164
163
|
|
|
165
|
-
### `poweredBy`
|
|
166
|
-
- **Type**: `boolean`
|
|
167
|
-
- **Default**: `true`
|
|
168
|
-
- **Description**: Whether to display the "Powered by n8n" footer in the Chat window.
|
|
169
|
-
|
|
170
|
-
|
|
171
164
|
## Customization
|
|
172
165
|
The Chat window is entirely customizable using CSS variables.
|
|
173
166
|
|