From cbddaee810bc2f68fb2851a2965cb91f9ee2ed8d Mon Sep 17 00:00:00 2001 From: Josako Date: Thu, 13 Jun 2024 11:44:54 +0200 Subject: [PATCH] Include history to improve query if required. --- public/chat_ae.html | 1 + static/js/eveai-chat-widget.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/chat_ae.html b/public/chat_ae.html index 181395f..3dffd20 100644 --- a/public/chat_ae.html +++ b/public/chat_ae.html @@ -5,6 +5,7 @@ Chat Client AE + diff --git a/static/js/eveai-chat-widget.js b/static/js/eveai-chat-widget.js index 4ccc81d..ef12da9 100644 --- a/static/js/eveai-chat-widget.js +++ b/static/js/eveai-chat-widget.js @@ -211,7 +211,7 @@ class EveAIChatWidget extends HTMLElement { message.innerHTML = `

${content}

- ${citationsHtml ? `

Citations: ${citationsHtml}

` : ''} + ${citationsHtml ? `

${citationsHtml}

` : ''}
${algorithm} thumb_up