Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ qualify_name
Method
qualify_name
crates/python/src/py_plugin.rs:206–208 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
204
}
205
206
fn qualify_name(&self, name: &str) -> String {
207
format!(
"{}{}"
, self.namespace_prefix, name)
208
}
209
}
210
211
#[pymethods]
Callers
13
register_subscriber
Method · 0.45
register_tool_sanitize_request_guardrail
Method · 0.45
register_tool_sanitize_response_guardrail
Method · 0.45
register_tool_conditional_execution_guardrail
Method · 0.45
register_llm_sanitize_request_guardrail
Method · 0.45
register_llm_sanitize_response_guardrail
Method · 0.45
register_llm_conditional_execution_guardrail
Method · 0.45
register_llm_request_intercept
Method · 0.45
register_llm_execution_intercept
Method · 0.45
register_llm_stream_execution_intercept
Method · 0.45
register_tool_request_intercept
Method · 0.45
register_tool_execution_intercept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected