Anagram Detection

Is the string an anagram of a palindrome?
AskAI

This puzzle is about determining whether a given string is an anagram of a palindrome. An example input would be "Tact Coa", and the corresponding output would be "True".