!7 svoid guess(S sentence, SS data) { L l = splitIntoSentences_v3(sentence); if (l(l) > 1) data.put("firstPart", ai_makeAction(sentence, intRange(0, l(first(l))))); // Hopefully this works }