Warning: session_start(): open(/var/lib/php/sessions/sess_kkne4cg332soh4a35456aa1vb3, 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
svoid gazelle_fakery_processInput_multi(TreeMap sections, O... _) {
for (S key : startingWithIC(keys(sections), "test input")) {
LS inputLines = tlft(sections.get(key));
S expectedOutput = sections.get(replaceIC(key, "test input", "expected output"));
print("Processing " + key);
new LS lines;
for i over inputLines: {
S input = inputLines.get(i);
gazelle_gatherFulfillments(ll(nu GazelleLine(text := input)), fulfillments, debug := true);
lines.addAll(printLinesWithIndent("OUT> ", collect line(dm_gazelle_reasonAboutChatInput_v2(null, input, paramsPlus(_,
preContext := subList(inputLines, 0, i),
requiredComment := null, debug := true)))));
}
assertEqualsVerbose(lines, tlft(expectedOutput));
}
}