Skip to main content

NemoRelayNativeJsonCb

Type Alias NemoRelayNativeJsonCb 

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

Native JSON transform callback for LLM response sanitizers.