We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba36c1 commit 86e8bb3Copy full SHA for 86e8bb3
1 file changed
webchat/src/chatbot.js
@@ -177,3 +177,4 @@ document.addEventListener('DOMContentLoaded', () => {
177
appendMessage('bot', 'Welcome! MARM activated. Ready to log context and a brief two-line summary of what MARM is and why it’s useful');
178
}
179
});
180
+window.handleUserMessage = handleUserInput;
0 commit comments