RacLlmComponentGenerateStreamDart typedef
RacLlmComponentGenerateStreamDart =
int Function(RacHandle handle, Pointer<Utf8> prompt, Pointer<Void> options, Pointer<NativeFunction<RacLlmComponentTokenCallbackNative> > tokenCallback, Pointer<NativeFunction<RacLlmComponentCompleteCallbackNative> > completeCallback, Pointer<NativeFunction<RacLlmComponentErrorCallbackNative> > errorCallback, Pointer<Void> userData)
Implementation
typedef RacLlmComponentGenerateStreamDart = int Function(
RacHandle handle,
Pointer<Utf8> prompt,
Pointer<Void> options,
Pointer<NativeFunction<RacLlmComponentTokenCallbackNative>> tokenCallback,
Pointer<NativeFunction<RacLlmComponentCompleteCallbackNative>>
completeCallback,
Pointer<NativeFunction<RacLlmComponentErrorCallbackNative>> errorCallback,
Pointer<Void> userData,
);