!7 cmodule AgiBlueBot_PostAdjectives > DynSingleFunctionWithPrintLog { transient PKIKeyPair keys; start { keys = keyPairForProgram(); } void doIt { LS words = mL("Adjectives"); print(shorten1000(agiBot_postMulti(keys, map(words, word -> litorderedmap( q := word, key := "is", value := "an adjective" ))))); } }