Minor fixes and renaming to new chat ui components

This commit is contained in:
Utkarsh-Patel-13 2025-07-25 16:07:42 -07:00
parent 5197269c43
commit 246e3d61ed
8 changed files with 616 additions and 473 deletions

View file

@ -601,7 +601,7 @@ const CustomChatInputOptions = React.memo(
CustomChatInputOptions.displayName = "CustomChatInputOptions";
export const CustomChatInput = React.memo(
export const ChatInputUI = React.memo(
({
onDocumentSelectionChange,
selectedDocuments,
@ -642,4 +642,4 @@ export const CustomChatInput = React.memo(
}
);
CustomChatInput.displayName = "CustomChatInput";
ChatInputUI.displayName = "ChatInputUI";