(message, chatInterface)
| 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); |
nothing calls this directly
no test coverage detected