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

Method codec

crates/core/src/plugins/nemo_guardrails/python.rs:299–305  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

297 }
298
299 fn codec(&self) -> FlowResult<&LocalGuardrailsCodec> {
300 self.codec.as_ref().ok_or_else(|| {
301 FlowError::Internal(
302 "local NeMo Guardrails backend requires a supported codec".to_string(),
303 )
304 })
305 }
306}
307
308struct LocalGuardrailsBridge {

Calls

no outgoing calls