diff --git a/src-ui/src/app/components/chat/chat/chat.component.html b/src-ui/src/app/components/chat/chat/chat.component.html index b3bc20ddf..19859063f 100644 --- a/src-ui/src/app/components/chat/chat/chat.component.html +++ b/src-ui/src/app/components/chat/chat/chat.component.html @@ -16,7 +16,7 @@ @if (message.role === 'assistant' && message.references?.length) {
@for (reference of message.references; track reference.id) { - + {{ reference.title }} }