FunctionCategory#

class src.allie.flowkit.models.functions.FunctionCategory#

Bases: enum.Enum

Enum for function categories.

Overview#

Import detail#

from src.allie.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'#