Skip to main content

NemoRelayNativeToolNextFn

Type Alias NemoRelayNativeToolNextFn 

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

Runtime-provided continuation for tool execution intercepts.