Skip to content

Commit edf896f

Browse files
committed
Update PlanPage.tsx
1 parent 644dce2 commit edf896f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/pages/PlanPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const PlanPage: React.FC = () => {
145145
}, [scrollToBottom]);
146146

147147
useEffect(() => {
148-
const unsubscribe = webSocketService.on(WebsocketMessageType.USER_AGENT_TOOL_MESSAGE, (toolMessage: any) => {
148+
const unsubscribe = webSocketService.on(WebsocketMessageType.AGENT_TOOL_MESSAGE, (toolMessage: any) => {
149149
console.log('📋 Tool Message', toolMessage);
150150
scrollToBottom();
151151

0 commit comments

Comments
 (0)