Type Alias Nemo Relay Tool Exec Next Fn

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

pub type NemoRelayToolExecNextFn = unsafe extern "C" fn(args_json: *const c_char, next_ctx: *mut c_void) -> *mut c_char;

Runtime-provided β€œnext” callback for tool execution middleware chain. Call this from an intercept to invoke the next layer (or original function). next_ctx is an opaque pointer managed by the runtime.