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

Method send_stream_end

crates/core/src/plugins/nemo_guardrails/python.rs:544–549  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

542 }
543
544 fn send_stream_end(&self, id: &str) -> FlowResult<()> {
545 self.write_command(&json!({
546 "id": id,
547 "command": "stream_end",
548 }))
549 }
550
551 fn forget_stream(&self, id: &str) {
552 let _ = self

Callers

nothing calls this directly

Calls 1

write_commandMethod · 0.80

Tested by

no test coverage detected