pub type NemoRelayNativeLlmRequestInterceptCb = unsafe extern "C" fn(user_data: *mut c_void, name: *const NemoRelayNativeString, request_json: *const NemoRelayNativeString, annotated_json: *const NemoRelayNativeString, out_outcome_json: *mut *mut NemoRelayNativeString) -> NemoRelayStatus;Expand description
Native LLM request intercept callback.