RacLlmComponentLoadModelNative typedef

RacLlmComponentLoadModelNative = Int32 Function(RacHandle handle, Pointer<Utf8> modelPath, Pointer<Utf8> modelId, Pointer<Utf8> modelName)

rac_result_t rac_llm_component_load_model(rac_handle_t handle, const char* model_path, const char* model_id, const char* model_name)

Implementation

typedef RacLlmComponentLoadModelNative = Int32 Function(
  RacHandle handle,
  Pointer<Utf8> modelPath,
  Pointer<Utf8> modelId,
  Pointer<Utf8> modelName,
);