static int ai_shortenForIndex_maxLength = 100; static S ai_shortenForIndex(S text) { ret shorten(text, ai_shortenForIndex_maxLength); }