LLM_ENGINE_parametertype_enum枚举

参数类型枚举

typedef enum LLM_ENGINE_parametertype_enum {
    LLM_ENGINE_PARAMETER_STRING,
    LLM_ENGINE_PARAMETER_INT,
    LLM_ENGINE_PARAMETER_BOOL,
    LLM_ENGINE_PARAMETER_BYTES
} LLM_ENGINE_ParameterType;