Skip to content

Commit 439e0f0

Browse files
authored
Rename tool.execution_end to tool.execution_complete (#385)
1 parent 2d53ebe commit 439e0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Sessions emit various events during processing:
250250
- `assistant.message` - Assistant response
251251
- `assistant.message_delta` - Streaming response chunk
252252
- `tool.execution_start` - Tool execution started
253-
- `tool.execution_end` - Tool execution completed
253+
- `tool.execution_complete` - Tool execution completed
254254
- And more...
255255

256256
See `SessionEvent` type in the source for full details.

0 commit comments

Comments
 (0)