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 716a854 commit fd6f306Copy full SHA for fd6f306
script.js
@@ -4,7 +4,7 @@ const input = document.getElementById("user-input");
4
5
let threadId = null;
6
7
-// ✅ Herkent jouw notatie:
+// ✅ Bronvermeldingen omzetten naar klikbare links
8
function formatSources(text, sources) {
9
return text.replace(/【(?:\d+:)?(\d+)†source】/g, (match, number) => {
10
const source = sources?.[number];
@@ -77,7 +77,7 @@ function appendMessage(cssClass, text) {
77
chat.scrollTop = chat.scrollHeight;
78
}
79
80
-// Format welcome message
+// Welkomstbericht of andere HTML-content
81
function appendFormattedMessage(cssClass, htmlContent) {
82
const msg = document.createElement("div");
83
msg.classList.add("message", cssClass);
0 commit comments