Interface: ToolExecutionStartEvent
Payload emitted on the observability bus when a tool's executor begins executing the handler.
Remarks
Fired after arg validation passes and immediately before the handler is called. callId correlates the event with the @nhtio/adk!ToolCall record if one is being tracked. Fires for both @nhtio/adk!Tool and @nhtio/adk!ArtifactTool invocations — the payload is identical.