Skip to content

Commit d6b619e

Browse files
committed
Update PlanPage.tsx
1 parent 9674678 commit d6b619e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)