chat suggestions

This commit is contained in:
colinislit
2025-12-01 17:50:31 +01:00
parent 54f2c36eba
commit 150548bc62
4 changed files with 144 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
export { DocsChatWidget } from './docs-chat-widget'
export { ChatMessages } from './chat-messages'
export { ChatInput } from './chat-input'
export { ChatSuggestions } from './chat-suggestions'
export { useDocsChat } from './use-docs-chat'
export type { ChatMessage } from './use-docs-chat'