We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644dce2 commit edf896fCopy full SHA for edf896f
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