Expand description
Tool lifecycle helpers and managed execution entry points.
Structs§
- Create
Tool Handle Params - Builder parameters for
NemoFlowContextState::create_tool_handle. - EndTool
Handle Params - Builder parameters for
NemoFlowContextState::build_tool_end_event. - Tool
Attributes - Bitflags that modify tool-call behavior and observability.
- Tool
Call EndParams - Builder parameters for
tool_call_end. - Tool
Call Execute Params - Builder parameters for
tool_call_execute. - Tool
Call Params - Builder parameters for
tool_call. - Tool
Handle - Runtime-owned handle identifying an active or completed tool call.
Functions§
- tool_
call - Start a manual tool lifecycle span.
- tool_
call_ end - Finish a manual tool lifecycle span.
- tool_
call_ execute - Execute a tool call through the managed middleware pipeline.
- tool_
conditional_ execution - Run only the tool conditional-execution guardrail chain.
- tool_
request_ intercepts - Run only the tool request-intercept chain.