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

Function local_violation

crates/core/src/plugins/nemo_guardrails/python.rs:984–986  ·  view source on GitHub ↗
(message: impl Into<String>)

Source from the content-addressed store, hash-verified

982}
983
984fn local_violation(message: impl Into<String>) -> FlowError {
985 FlowError::Internal(message.into())
986}
987
988async fn forward_guarded_provider_stream(
989 mut provider_stream: LlmJsonStream,

Callers 5

check_output_railsMethod · 0.85
modified_tool_payloadFunction · 0.85
blocked_errorFunction · 0.85
streaming_output_blockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected