!7 p-exp { BakedBot bot = bakedBotWithRules([[ input[flexMatch]($x held a lecture on $bla. what did $x talk about?) => o($bla) ]]); setOpt(bot.factsBot(), 'useIterate := true); bot.check("professor x held a lecture on neutrinos. what did professor x talk about?", "neutrinos"); }