class LittleGhost::ToolExecution
Gives runtime hooks one complete view of a tool call while they prepare or observe its execution.
Attributes
The cooperative RunContext for this work.
Events collected around the tool execution.
The instrumentation operation identifier for this call.
The parent instrumentation operation identifier, when present.
The trace context inherited from the parent operation, when present.
The Content::ToolUse requested by the model.
Public Class Methods
Source
# File lib/little_ghost/tool_execution.rb, line 24
Collects one bound tool call for runtime hooks.