From 115ca2feb089a477b990c81715ba8013742adf4c Mon Sep 17 00:00:00 2001 From: Pranav Date: Sun, 11 May 2025 10:51:33 -0700 Subject: [PATCH] Update copilot --- .../components-next/copilot/Copilot.vue | 9 ++++++++- .../copilot/CopilotThinkingGroup.vue | 20 +++++++++++++++---- .../components/copilot/CopilotContainer.vue | 2 +- .../copilot/CopilotThinkingBlock.vue | 6 +++--- .../conversation/ConversationSidebar.vue | 2 +- .../captain/process_copilot_message_job.rb | 8 ++++++++ .../services/captain/copilot/chat_service.rb | 5 +++++ .../tools/copilot/get_contact_service.rb | 4 ++-- .../tools/copilot/get_conversation_service.rb | 4 ++-- .../tools/copilot/search_contact_service.rb | 2 +- .../copilot/search_conversation_service.rb | 4 ++-- 11 files changed, 49 insertions(+), 17 deletions(-) diff --git a/app/javascript/dashboard/components-next/copilot/Copilot.vue b/app/javascript/dashboard/components-next/copilot/Copilot.vue index 966018e69..d2769d7b7 100644 --- a/app/javascript/dashboard/components-next/copilot/Copilot.vue +++ b/app/javascript/dashboard/components-next/copilot/Copilot.vue @@ -159,7 +159,14 @@ watch( :conversation-inbox-type="conversationInboxType" /> - + diff --git a/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue b/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue index 14fe756d4..3d1a451a4 100644 --- a/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue +++ b/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue @@ -1,16 +1,28 @@