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

Method createIntermediateMessageHtml

static/streaming.js:415–420  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

413 }
414
415 createIntermediateMessageHtml(message) {
416 const messageDiv = document.createElement('div');
417 messageDiv.className = 'intermediate-message';
418 messageDiv.textContent = message;
419 return messageDiv;
420 }
421
422 itemDetailsMessage(message, chatInterface) {
423 const messageDiv = document.createElement('div');

Callers 3

askUserMessageMethod · 0.45
handleCompareItemsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected