Skip to main content

NemoRelayNativeLlmExecutionCb

Type Alias NemoRelayNativeLlmExecutionCb 

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

Native LLM execution intercept callback.