We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff1def commit c34ac2eCopy full SHA for c34ac2e
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