Warning: session_start(): open(/var/lib/php/sessions/sess_rvas2l9odk7q0okt669se7ltjq, 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 L gazelle_reasonWithPreprocessing(S input1, O... _) { F0 contextMaker = cast assertNotNull("Need contextMaker", optPar contextMaker(_)); S userName = stringPar userName(_); bool debug = boolPar debug(_); bool debugPreprocessing = boolPar debugPreprocessing(_); Collection interpretables = gazelle_preprocess(input1, _); if (debugPreprocessing) { print("Got " + n_entries(interpretables) + " interpretables."); printIndentLines(interpretables); } Set acceptablePurposes = cast optPar acceptablePurposes(_); if (acceptablePurposes == null) acceptablePurposes = litset(""); new L l2; Set outputs = ciSet(); for (GInterpretable intp : interpretables) for (GazelleTree tree : dm_gazelle_reasonAboutChatInput_v2(userName, intp.text, paramsPlus(_, +acceptablePurposes))) if (outputs.add(tree.line)) l2.add(tree); ret l2; }