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

Function deregister_llm_execution_intercept

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

Source from the content-addressed store, hash-verified

1130/// Remove a previously registered LLM execution intercept.
1131#[pyfunction]
1132fn deregister_llm_execution_intercept(name: &str) -> PyResult<bool> {
1133 core_registry_api::deregister_llm_execution_intercept(name).map_err(to_py_err)
1134}
1135
1136/// Register an LLM stream-execution intercept that can replace the streaming LLM call.
1137///

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected