MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / deregister_tool_execution_intercept

Function deregister_tool_execution_intercept

crates/python/src/py_api/mod.rs:1002–1004  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

1000/// Remove a previously registered tool execution intercept.
1001#[pyfunction]
1002fn deregister_tool_execution_intercept(name: &str) -> PyResult<bool> {
1003 core_registry_api::deregister_tool_execution_intercept(name).map_err(to_py_err)
1004}
1005
1006// ---------------------------------------------------------------------------
1007// LLM guardrail registrations

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected