Skip to content

Commit

Permalink
Hide citations in chatbot message component
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Feb 6, 2025
1 parent 03f8c1b commit 9b34749
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const ChatbotDialogBody: React.FC<ChatbotDialogBodyProps> = ({
message={message.message ?? ""}
isFromChatbot={message.is_from_chatbot}
isPending={!message.message_is_complete && newMessageMutation.isPending}
hideCitations
/>
))}
</div>
Expand Down

0 comments on commit 9b34749

Please sign in to comment.