fix: missing document for ChatSection (#183)

* fix: missing document

* Create tough-parents-judge.md
This commit is contained in:
Thuc Pham
2025-07-21 15:19:39 +07:00
committed by GitHub
parent e8a20643d1
commit f726f19a33
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@llamaindex/chat-ui-docs': patch
---
fix: missing document for ChatSection
+1
View File
@@ -34,6 +34,7 @@ interface ChatSectionProps {
- **handler**: Chat handler from `useChat` or custom implementation
- **className**: Custom CSS classes for styling
- **children**: Custom layout (defaults to `ChatMessages` + `ChatInput`)
- **autoOpenCanvas**: Automatically opens the `ChatCanvas` when artifacts are present
### Default Layout