!7 p-noconsole { autoRestart(); Web web = lastChatLinesAsWeb2(5, f makeNodeFromMsg); web_dropLabelsStartingWith(web, "Msg "); showWeb_noAutoLayout(web, 1000, 600); } static void makeNodeFromMsg(ChatMsg msg, WebNode n) { n.x = n.y; n.addLabel(/*"Text " +*/ quote(msg.text)); web_addString(n, msg.botMark ? "by bot" : "by user"); web_addStrings(n, ai_categoriesForChatLine(msg.text)); n.addLabel("Msg " + msg.globalID); }