Include history to improve query if required.
This commit is contained in:
@@ -211,7 +211,7 @@ class EveAIChatWidget extends HTMLElement {
|
||||
|
||||
message.innerHTML = `
|
||||
<p>${content}</p>
|
||||
${citationsHtml ? `<p>Citations: ${citationsHtml}</p>` : ''}
|
||||
${citationsHtml ? `<p>${citationsHtml}</p>` : ''}
|
||||
<div class="message-icons">
|
||||
<span class="algorithm-indicator" style="background-color: var(--algorithm-color-${algorithm});">${algorithm}</span>
|
||||
<i class="material-icons" onclick="handleFeedback('up', '${interactionId}')">thumb_up</i>
|
||||
|
||||
Reference in New Issue
Block a user