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

Method siteIsIrrelevantToQuery

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

Source from the content-addressed store, hash-verified

403 }
404
405 siteIsIrrelevantToQuery(message, chatInterface) {
406 const messageDiv = chatInterface.createIntermediateMessageHtml(message);
407 chatInterface.bubble.appendChild(messageDiv);
408 }
409
410 askUserMessage(message, chatInterface) {
411 const messageDiv = chatInterface.createIntermediateMessageHtml(message);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected