RacLlmComponentGenerateNative typedef
RacLlmComponentGenerateNative =
Int32 Function(RacHandle handle, Pointer<Utf8> prompt, Pointer<Void> options, Pointer<Void> outResult)
rac_result_t rac_llm_component_generate(rac_handle_t handle, const char* prompt, const rac_llm_options_t* options, rac_llm_result_t* out_result)
Implementation
typedef RacLlmComponentGenerateNative = Int32 Function(
RacHandle handle,
Pointer<Utf8> prompt,
Pointer<Void> options,
Pointer<Void> outResult,
);