From 539d62588e96cf99b5f9e9ec7e8210e60521f18a Mon Sep 17 00:00:00 2001 From: Soumyadas15 Date: Mon, 26 May 2025 22:38:48 +0530 Subject: [PATCH] chore(dev): configuarble agents --- frontend/src/components/dashboard/agent-selector.tsx | 2 +- frontend/src/components/thread/chat-input/chat-input.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/dashboard/agent-selector.tsx b/frontend/src/components/dashboard/agent-selector.tsx index 2fa1644a..bb5c955b 100644 --- a/frontend/src/components/dashboard/agent-selector.tsx +++ b/frontend/src/components/dashboard/agent-selector.tsx @@ -94,7 +94,7 @@ export function AgentSelector({ variant="ghost" className="flex items-center gap-1 px-2 py-1 h-auto hover:bg-transparent hover:text-primary transition-colors group" > - + {displayName}
diff --git a/frontend/src/components/thread/chat-input/chat-input.tsx b/frontend/src/components/thread/chat-input/chat-input.tsx index 1ed27c9b..bd1dd8d7 100644 --- a/frontend/src/components/thread/chat-input/chat-input.tsx +++ b/frontend/src/components/thread/chat-input/chat-input.tsx @@ -42,7 +42,7 @@ export interface ChatInputProps { selectedAgentId?: string; onAgentSelect?: (agentId: string | undefined) => void; agentName?: string; - messages?: any[]; // Add messages prop to check for existing file references + messages?: any[]; } export interface UploadedFile {