Tool Call Inspector
interface ToolCallInspector
Read-only observer for individual tool call events.
Provides observation of tool execution without access to conversation history or iteration state. Works in both streaming mode (where the framework manages the tool loop internally) and non-streaming mode (as a lightweight alternative to ToolLoopInspector when history/iteration context is not needed).
See also
for tool loop-level inspection with full conversation context