Skip to main content

NemoRelayNativeLlmNextFn

Type Alias NemoRelayNativeLlmNextFn 

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

Runtime-provided continuation for LLM execution intercepts.