Expand description
LLM lifecycle helpers and managed execution entry points.
Structs§
- Create
LlmHandle Params - Builder parameters for
NemoFlowContextState::create_llm_handle. - EndLlm
Handle Params - Builder parameters for
NemoFlowContextState::build_llm_end_event. - LlmAttributes
- Bitflags that modify LLM-call behavior and observability.
- LlmCall
EndParams - Builder parameters for
llm_call_end. - LlmCall
Execute Params - Builder parameters for
llm_call_execute. - LlmCall
Params - Builder parameters for
llm_call. - LlmHandle
- Runtime-owned handle identifying an active or completed LLM call.
- LlmRequest
- JSON-shaped LLM request payload passed through the runtime.
- LlmStream
Call Execute Params - Builder parameters for
llm_stream_call_execute.
Functions§
- llm_
call - Start a manual LLM lifecycle span.
- llm_
call_ end - Finish a manual LLM lifecycle span.
- llm_
call_ execute - Execute an LLM call through the managed middleware pipeline.
- llm_
conditional_ execution - Run only the LLM conditional-execution guardrail chain.
- llm_
request_ intercepts - Run only the LLM request-intercept chain.
- llm_
stream_ call_ execute - Execute a streaming LLM call through the managed middleware pipeline.