@docyrus/ui-pro-ai-assistant 0.1.5 → 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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -208,6 +208,8 @@ The main chat interface component.
|
|
|
208
208
|
| `enableNavDropdown` | `boolean` | `false` | Show navigation dropdown |
|
|
209
209
|
| `defaultFullscreen` | `boolean` | `false` | Start in fullscreen |
|
|
210
210
|
| `hideExpand` | `boolean` | `false` | Hide the fullscreen toggle |
|
|
211
|
+
| `hideCloseButton` | `boolean` | `false` | Hide the close (X) button in the header |
|
|
212
|
+
| `hideAgentSelector` | `boolean` | `false` | Hide the agent selector dropdown; shows agent name as static text instead |
|
|
211
213
|
| `maxMessages` | `number` | — | Max messages to keep in context |
|
|
212
214
|
|
|
213
215
|
#### Features
|
package/package.json
CHANGED