nemo_relay.llm
nemo_relay.llm
nemo_relay.llm
Generated from python/nemo_relay/llm.py.
Module nemo_relay.llm.
LLM lifecycle helpers for non-streaming and streaming calls.
callStart a manual LLM span and return its LLMHandle.
call_endFinish a manual LLM span started by call().
executeRun an LLM call through the managed middleware pipeline.
stream_executeRun a streaming LLM call through the managed middleware pipeline.
request_interceptsApply global LLM request intercepts to request.
conditional_executionRun LLM conditional-execution guardrails for request.