From e3218d358d1af2bc9eaf201c2fa6beda7ce7e120 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Tue, 22 Apr 2025 09:35:35 -0700 Subject: [PATCH] feat: Add assistant name to UI (#4569) * Add assistant name to UI * Fix tailwind styling class --- web/src/app/ee/admin/performance/query-history/[id]/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/app/ee/admin/performance/query-history/[id]/page.tsx b/web/src/app/ee/admin/performance/query-history/[id]/page.tsx index 2cbb635a22..a57f573032 100644 --- a/web/src/app/ee/admin/performance/query-history/[id]/page.tsx +++ b/web/src/app/ee/admin/performance/query-history/[id]/page.tsx @@ -95,6 +95,9 @@ export default function QueryPage(props: { params: Promise<{ id: string }> }) { Chat Session Details + + {chatSessionSnapshot.assistant_name} + {chatSessionSnapshot.user_email && `${chatSessionSnapshot.user_email}, `}