class ConfigCategory(PathEnum): ’:raw-latex:`\n `A class to represent the different categories of configuration options:raw-latex:`n Corresponds folders in automata/configs/*:raw-latex:n `’ AGENT = ‘agent’ PROMPT = ‘prompt’ SYMBOL = ‘symbol’ INSTRUCTION = ‘instruction-configs’