We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9674678 commit d6b619eCopy full SHA for d6b619e
1 file changed
src/frontend/src/pages/PlanPage.tsx
@@ -145,7 +145,7 @@ const PlanPage: React.FC = () => {
145
}, [scrollToBottom]);
146
147
useEffect(() => {
148
- const unsubscribe = webSocketService.on(WebsocketMessageType.USER_AGENT_TOOL_MESSAGE, (toolMessage: any) => {
+ const unsubscribe = webSocketService.on(WebsocketMessageType.AGENT_TOOL_MESSAGE, (toolMessage: any) => {
149
console.log('📋 Tool Message', toolMessage);
150
scrollToBottom();
151
0 commit comments