!7 cmodule SendAIBarInputToSpeechLog > DynPrintLogAndEnabled { start { dm_onTopInput_q(voidfunc(S s) { if (enabled) { print("Typed (" + dm_getTopInputInfo() + "): " + s); logQuoted(speechRecognitionLog(), now() + " [User typed] " + s); } }); } }