Skip to content

Commit 40b6f63

Browse files
committed
feat: adding interactive chat and update chatstream
1 parent 7e55673 commit 40b6f63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/hooks/useChatStream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const useChatStream = ({
4141
setCurProjectPath(curProject.projectPath);
4242
}
4343
}, [curProject]);
44-
4544
// Use useEffect to handle new chat event and cleanup
4645
useEffect(() => {
4746
const updateChatId = () => {

0 commit comments

Comments
 (0)