Function nemo_relay_scope_deregister_tool_sanitize_request_guardrail
Function nemo_relay_scope_deregister_tool_sanitize_request_guardrail
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_scope_deregister_tool_sanitize_request_guardrail(
scope_uuid: *const c_char,
name: *const c_char,
) -> NemoRelayStatus
Deregister a scope-local tool request sanitization guardrail by name.
Safety
scope_uuid and name must be valid C strings.