Warning: session_start(): open(/var/lib/php/sessions/sess_ppfdklkblocurig09abc2n8489, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static void ai_spec_whatIsTheLength(S s) {
new Matches m;
if (!swic(unquote(s), "how long is ", m)) ret;
S postUnder = optQuote(s);
S thing = m.get(0);
print("ai_spec_whatIsTheLength thing: " + thing);
// trigger required speculations
post(postUnder, "possibly related to:", thing);
ai_triggerSpeculationOn(thing);
// harvest answer
post(ai_forward(thing, "has length"), "answers", postUnder);
}