Skip to main content

NemoRelayNativeToolJsonCb

Type Alias NemoRelayNativeToolJsonCb 

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

Native JSON transform callback for tool request/response sanitizers and tool request intercepts.