feat: Add assistant name to UI (#4569)

* Add assistant name to UI

* Fix tailwind styling class
This commit is contained in:
Raunak Bhagat 2025-04-22 09:35:35 -07:00 committed by GitHub
parent ae632b5fab
commit e3218d358d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,9 @@ export default function QueryPage(props: { params: Promise<{ id: string }> }) {
<CardSection className="mt-4">
<Title>Chat Session Details</Title>
<Text className="flex flex-wrap whitespace-normal mt-1 text-sm">
{chatSessionSnapshot.assistant_name}
</Text>
<Text className="flex flex-wrap whitespace-normal mt-1 text-xs">
{chatSessionSnapshot.user_email &&
`${chatSessionSnapshot.user_email}, `}