Function deregister_llm_sanitize_response_guardrail
Function deregister_llm_sanitize_response_guardrail
Function deregister_llm_sanitize_response_guardrail
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub fn deregister_llm_sanitize_response_guardrail(name: &str) -> Result<bool>
Deregister a global LLM sanitize-response guardrail.
name: Global middleware name to remove.A Result containing true when a guardrail was removed and false when the name was not registered.
Returns an internal error if the runtime state cannot be updated.