remove unrecognized handlers

This commit is contained in:
Colin McDonnell
2025-11-05 19:02:06 -08:00
parent 15732d126d
commit 349af82bfc
-2
View File
@@ -142,6 +142,4 @@ const messageHandlers: SDKMessageHandlers = {
},
system: () => {},
stream_event: () => {},
tool_progress: () => {},
auth_status: () => {},
};