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;