!7 set flag DynModule. cmodule GLineRevisiter > DynPrintLog { transient new GazelleContextCache_v2 contextMaker; start { dm_useLocalMechListCopies(); ownResource(contextMaker.listenToMessages()); contextMaker.alwaysFullRefresh(); dm_registerAs('gazelleLineRevisiter, 'gazelleInputTester, 'gazelleThoughtHelper); } // API L revisitChatLine(long msgID, O... _) { ret dm_evalInQ(func -> L { dm_gazelle_revisitChatLine(msgID, paramsPlus(_, +contextMaker)) }); } L reason(S input, O... _) { ret dm_evalInQ(func -> L { gazelle_reason_repeat(input, paramsPlus(_, +contextMaker, interpretables_out := importCollector(optPar interpretables_out(_)))) }); } LS autoTestRule(S ruleID, O... _) { ret gazelle_autoTestRule(ruleID, paramsPlus(_, +contextMaker)); } }