We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae632b5 commit e3218d3Copy full SHA for e3218d3
web/src/app/ee/admin/performance/query-history/[id]/page.tsx
@@ -95,6 +95,9 @@ export default function QueryPage(props: { params: Promise<{ id: string }> }) {
95
<CardSection className="mt-4">
96
<Title>Chat Session Details</Title>
97
98
+ <Text className="flex flex-wrap whitespace-normal mt-1 text-sm">
99
+ {chatSessionSnapshot.assistant_name}
100
+ </Text>
101
<Text className="flex flex-wrap whitespace-normal mt-1 text-xs">
102
{chatSessionSnapshot.user_email &&
103
`${chatSessionSnapshot.user_email}, `}
0 commit comments