MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / askUserMessage

Method askUserMessage

static/streaming.js:410–413  ·  view source on GitHub ↗
(message, chatInterface)

Source from the content-addressed store, hash-verified

408 }
409
410 askUserMessage(message, chatInterface) {
411 const messageDiv = chatInterface.createIntermediateMessageHtml(message);
412 chatInterface.bubble.appendChild(messageDiv);
413 }
414
415 createIntermediateMessageHtml(message) {
416 const messageDiv = document.createElement('div');

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected