FunctionCategory#

class src.aali.flowkit.models.functions.FunctionCategory(*args, **kwds)#

Bases: enum.Enum

Enum for function categories.

Overview#

Import detail#

from src.aali.flowkit.models.functions import FunctionCategory

Attribute detail#

FunctionCategory.DATA_EXTRACTION = 'data_extraction'#
FunctionCategory.GENERIC = 'generic'#
FunctionCategory.KNOWLEDGE_DB = 'knowledge_db'#
FunctionCategory.LLM_HANDLER = 'llm_handler'#
FunctionCategory.ANSYS_GPT = 'ansys_gpt'#