Skip to main content

NemoRelayNativeLlmStreamExecutionCb

Type Alias NemoRelayNativeLlmStreamExecutionCb 

Source
pub type NemoRelayNativeLlmStreamExecutionCb = unsafe extern "C" fn(user_data: *mut c_void, name: *const NemoRelayNativeString, request_json: *const NemoRelayNativeString, next_fn: NemoRelayNativeLlmStreamNextFn, next_ctx: *mut c_void, out_stream: *mut NemoRelayNativeLlmStreamV1) -> NemoRelayStatus;
Expand description

Native LLM stream execution intercept callback.