Warning: session_start(): open(/var/lib/php/sessions/sess_58dn4accgm95cjgj0ph5u9kqad, 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 ListWithFeedback ai_loadListWithFeedback(File f) {
new ListWithFeedback out;
out.file = f;
O o = safeUnstructFile(f);
copyAllDynFieldsExcept(o, out, 'data);
L data = cast getOpt(o, 'data);
out.data = new L;
fOr (virtual Entry entry : data)
out.data.add(WithFeedback(getString feedback(entry),
WithReasoning(getString item(entry), getString reasoning(entry))));
ret out;
}