From d85dff6f275a8d7a26971b42b60450073058aa6f Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Sun, 1 Dec 2024 07:41:23 -0500 Subject: [PATCH] Update BaseChat.tsx Added ray --- app/components/chat/BaseChat.tsx | 37 ++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index dc6aecc..2acfea7 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -167,6 +167,13 @@ export const BaseChat = React.forwardRef( )} data-chat-visible={showChat} > +
+
+
+
+
+
+
{() => }
@@ -205,6 +212,32 @@ export const BaseChat = React.forwardRef( }, )} > + + + + + + + + + + + + + + + + + + (