From 29f34566051c55375f08816b20ec5ef9d4cc97da Mon Sep 17 00:00:00 2001 From: Andrew Yoon Date: Thu, 5 Feb 2026 14:08:10 -0800 Subject: [PATCH] Rename tool.execution_end to tool.execution_complete --- nodejs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/README.md b/nodejs/README.md index 9ad030aa1..3a78f4199 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -250,7 +250,7 @@ Sessions emit various events during processing: - `assistant.message` - Assistant response - `assistant.message_delta` - Streaming response chunk - `tool.execution_start` - Tool execution started -- `tool.execution_end` - Tool execution completed +- `tool.execution_complete` - Tool execution completed - And more... See `SessionEvent` type in the source for full details.