mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-20 04:50:57 +02:00
feat: Add assistant name to UI (#4569)
* Add assistant name to UI * Fix tailwind styling class
This commit is contained in:
parent
ae632b5fab
commit
e3218d358d
@ -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}, `}
|
||||
|
Loading…
x
Reference in New Issue
Block a user